Hi
Is there any way to make the size of a ListBox auto shrink if the number of selectable items is very little and hence there's a lot of white space?
Thanks.
Hi
Is there any way to make the size of a ListBox auto shrink if the number of selectable items is very little and hence there's a lot of white space?
Thanks.
no there isn't, the only thing you could possibly do is make it very narrow and set the can grow property true or yes but then it will grow as big as it needs, if you want to get fancy you can probably program it to count the number of items in your list box and adjust the size based on that count but I've never tried that.