I have windows form with datagrid control.
I don't want the datagrid control to display vertical and horizontal
scrollbars.
I wonder whether there is a way to get rid of scrollbars without
deriving my own class from System::Windows::Forms::DataGrid?
The problem is that unless I derive my own class from DataGrid
I don't have access to scroll bar objects. The HorizScrollBar and
VertScrollBar
properties of VertScrollBar are protected!
Can anyone recommend alternative way to get rid of scrollbars?
Thanks