G
Guest
Hi, All,
I'm using MS.net 2003 and using a windows.forms.listbox control for my
window application but I don't know why the Horizontal Scrollbar could NOT be
shown even if I set HorizontalScrollbar = true. The text info in listbox
already beyond its right edge. How can I see the hidden part info in listbox?
here is a part of codes.
ListBox.ValueMember = XX
ListBox.DisplayMember = XXXX
ListBox.DataSource = objTarget
Is this because I'm using dataSource and displayMember?
Thanks for your help and have a good one
Brian
I'm using MS.net 2003 and using a windows.forms.listbox control for my
window application but I don't know why the Horizontal Scrollbar could NOT be
shown even if I set HorizontalScrollbar = true. The text info in listbox
already beyond its right edge. How can I see the hidden part info in listbox?
here is a part of codes.
ListBox.ValueMember = XX
ListBox.DisplayMember = XXXX
ListBox.DataSource = objTarget
Is this because I'm using dataSource and displayMember?
Thanks for your help and have a good one
Brian