Sets whether the control will display horizontal or vertical scroll bars.
int SetScrollBars( int nScrollBars )
Returns the original setting
Example codes can be pasted to doExample() function in GridControl's examples to run
m_GridCtrl.SetScrollBars(0); /*enum ScrollBarsSettings { flexScrollBarNone = 0, flexScrollBarHorizontal = 1, flexScrollBarVertical = 2, flexScrollBarBoth = 3 };*/
GridControl.h