Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to hide horizontal Scroll bar on DataGrid

Status
Not open for further replies.

hh2424

Programmer
Feb 18, 2003
37
US
I'm trying to hide the horizontal scroll bar on a datagrid. I used the protected method and property
"Hide()" and "visible" of HoriScrollBar. I subclassed the grid to get this to work. However, the scroll bar was still there even when I stepped through the code the the visible property was "false". Is there anything else I need to do?

thanks,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top