Bind Controls Together

  • Thread starter Thread starter WStoreyII
  • Start date Start date
W

WStoreyII

I am Trying To make sort of a simple datagrid i am using buttons as the
column headers and rowheaders and textboxes as the cells. My question is
how can i combine all these controls together to make one grid sort of like
the datagrid control that is scrollable?

Thanks In Advance

WStoreyII

I do not want to use the data grid
 
WStoreyll,

If you place all the controls in a Panel control and set the
Panel.AutoScroll property to true, you can get scrolling functionality.


hope that helps,

Steve Stein
VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
Back
Top