09-09-2010 09:31 AM
I am trying to size a ListBox Control on my Fron Panel to only Display 1 Item at a time. The smallest I can make it is about 1 and 3/4 lines.
The ListBox is to display a list of Customers, from which only 1 can be selected. It will be confusing if more than 1 is displayed.
How can this be done?
Solved! Go to Solution.
09-09-2010 09:47 AM
I found the solution in the Properties.
Thanks.
09-09-2010 09:49 AM
It can be done by changing the number of Rows to 1 in the property of the List box.. Is that what you wanted or anything else...