How can I show the Horizontal Scroll Bar ? the radGridView.HorizontalScroll property is ReadOnly !
Thanks in advance
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 12 Sep 2007, 07:21 AM
Hello kdev,
The horizontal scroll bar shows automatically when needed. It also depends on your AutoSizeColumnsMode. When AutoSizeColumnsMode is set to Fill the scrollbar will never show. Instead all columns will adjust so that the widths of all columns exactly fill the display area of the control. We plan to enable manual management of RadGridView scrollbars in Q2, planned for next week.