My control displays multiple columns but no horizontal scroll is displayed. How can I show the horizontal scroll bar ?
The ColumnAutoResize property is what you are looking for. If the control’s ColumnAutoResize property is True, the control arranges all visible columns to fit the control’s client area. In this case no horizontal scroll bar is displayed. If the ColumnAutoResize property if False, control displays a horizontal scroll bar if the width of visible columns doesn’t fit the width of the client area.
Related Questions
- When I click on "Win Control" from the Jeyo Remote menu on my mobile phone, all I get is a horizontal scrolling bar. How do I control my PC?
- My control displays multiple columns but no horizontal scroll is displayed. How can I show the horizontal scroll bar ?
- How can I change the range of values used for a scroll bar control?