I tried to load multi-selected items in listbox with read only mode. But I don't want to disable scroll bar and change font color to gray. Please Help.
Printable View
I tried to load multi-selected items in listbox with read only mode. But I don't want to disable scroll bar and change font color to gray. Please Help.
what??
you mean when you get more items in the listbox than it can contain...and a scroller appears?
Personally, I think you DISABLED yer listbox (lstBox.Enabled=False)...
And what did you just say? A read-only Listbox ?!?!
What the hell is that??
well, a standard VB listbox displays scrollbars when items go over its Visible area... And it only grays things when u disable it.
Well, I dint really understand yer problem, explain further.