ListBox Horizontal Scrollbar Problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Dear all, I have add a listbox with following property on listbox1.DrawMode=OwnerDrawVariable; listbox1.HorizontalScrollbar=true; listbox1.ScrollAlwaysVisible=true; I am overriding the DrawItem event of the ListBox for drawing item's text. Some text are too big to fit in the list box. But the Horizontal Scrollbar is not enabled or working. Horizontal scrollbar is visible and [disable or dim]. Vertical scrollbar is working fine. Please help.