Drawer for form?  
Author Message
Blkbird





PostPosted: Windows Forms General, Drawer for form? Top

Hullo all,

I was looking around with VS2k3 and wondering if there was any way to have a 'drawer' component on a form. Off hand I can't think of any windows programs that have one though there may be some out there, what comes to mind is Apple and OS X. For example, If you were to create a document viewer where the center of the app was a text editor you could click a button and a 'drawer' would pull out of one side of the form that would allow you to choose different files to view. Is this functionality in VS or is it (as of right now) Apple only

Thanks

Thomas


Windows Forms10  
 
 
Peter Ritchie





PostPosted: Windows Forms General, Drawer for form? Top

Do you mean something like a context menu

 
 
JRQ





PostPosted: Windows Forms General, Drawer for form? Top

The other option is a Toolbar with a drop-down button as the only child.

 
 
Blkbird





PostPosted: Windows Forms General, Drawer for form? Top

The only programs I can think of that have this feature are OS X programs like iCal.... Would there be a way to create my own component to do something liike this

Thomas