Windows Develop Bookmark and Share   
 index > Windows Forms General > how to make a control display things outside its boundaries
 

how to make a control display things outside its boundaries

I am trying to make something similar to a combobox. When you click on the drop down button on a combobox,a listdrops down outside the boundaries of the control or form.

Could someone point me in the general direction of how to do this?

mdh_  Saturday, November 18, 2006 12:01 AM
A ComboBox actually does this by creating several controls. It uses an edit control, a button, and a dynamic list box. If you want to "display outside its boundaries" the only way to do this is to create another control where you want something displayed.
Peter Ritchie  Saturday, November 18, 2006 12:53 AM
A ComboBox actually does this by creating several controls. It uses an edit control, a button, and a dynamic list box. If you want to "display outside its boundaries" the only way to do this is to create another control where you want something displayed.
Peter Ritchie  Saturday, November 18, 2006 12:53 AM

You can use google to search for other answers

Custom Search

More Threads

• Graphics Issue
• Standard way to dynamically resize a DialogBox (with right/bottom aligned OK/Cancel buttons)?
• FolderBrowserDialog hangs after selecting a folder
• Event calling many time when click on ComboBox in DataGridView
• ListControl contained values
• Changing size of Control
• How can I create a PDF file from a XML file using C#
• T-SQL procedures in a windows client application
• Shortcut for ToolStripMenuItem
• Deployment project Errors on 98