Bind Controls Together

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
 
S

Steven Stein [MSFT]

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.

--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top