How to get rid of scrollbars in datagrid?
- From: "Steve" <Steve@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 16 Jun 2005 16:54:07 -0700
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
.
- Prev by Date: Re: Calling a fortran subroutine from Visual C++
- Next by Date: Pinning Pointers with __pin in Managed C++
- Previous by thread: Calling a fortran subroutine from Visual C++
- Next by thread: Pinning Pointers with __pin in Managed C++
- Index(es):
Relevant Pages
|