H hanyelmehy Well-Known Member Licensed User Longtime User Yesterday at 5:45 PM #1 What is the best view for creating a combobox with pictures from file
P PaulMeuris Well-Known Member Licensed User Today at 4:06 AM #2 A Custom List View (CLV). You can find examples in this thread: CLV examples You can fill a pane with an ImageView and a Label after you selected an item from the CLV. Using a Toggle Button you can hide or show the CLV. Last edited: Today at 4:14 AM Upvote 0
A Custom List View (CLV). You can find examples in this thread: CLV examples You can fill a pane with an ImageView and a Label after you selected an item from the CLV. Using a Toggle Button you can hide or show the CLV.