Windows Develop Bookmark and Share   
 index > Windows Forms Designer > WANTED : Full Featured Collapsible Panel
 

WANTED : Full Featured Collapsible Panel

This doesn't exist based on an extensive search of the web I did last week.  Trust me I tried them all.

There are a handful of collapsible controls out there that are close...and some are very cool.  But all of them BLOW UP miserably when you try and make them function in the main view of the form with Grids, usercontrols, etc. placed on them DOCKED AND ANCHORED.  The docking seems to be the tough part.  The child control, when placed on the resizable containers and set to dock "FILL", takes up the whole space drawing itself right over the top of the header bar with the collapse button or chevron.

What I am talkin about is a control/s that could contain other complex controls that are anchored and docked.  The container control would kind of set the size that all the children collapsible containers could fill.  The other key would be for the forms developer to be able to expand and contract sections at design time so that they could design each section as it would look in it's fully expanded state.

So far the closest I get is using the splitter bar inbetween docked panels, grids, etc.  But moving them around is so manual and tedious.  Also it forces me to pick random sizes of panels with splitters.  Splitters are WAY COOL but they leave me hungry for more.

This is the only time I have wished I could go back to web programming where even I could develop such a feature in less than a day.  Collapsible tables are a no brainer on the web.

But I am not a forms control developer and can't imagine becoming one...just not smart enough!  So what do I do?  Do I contract someone to make one for us?  Is it doable?  Do you all know of any one that would fit the bill.
MigrationUser 1  Thursday, July 22, 2004 8:56 PM
Dear Swegele,

We are a company who is specialized in development of software components. We develop and sell our own products as well as develop custom solutions for our customers...

If you consider outsourcing the windows forms control you mentioned, please contact us via  info at kliksoft.com to discuss the details...

Best Regards,

Özden Irmak
Klik! Software
MigrationUser 1  Saturday, July 24, 2004 3:20 PM
Hi,

it's actually pretty simple to make a user control collapsible. You might want to check out the controls on my website: http://www.steepvalley.net/controls/xpCommonControls/index.htm.
There's a taskbox control that does exactly that. 
You can take that code and implement your own collapsible control with all the functions you need. 
The control (and the source) is free

If you need help with it you can contact me at: m.dobler@steepvalley.net

Regards

Mike Dobler
MigrationUser 1  Friday, July 30, 2004 7:10 AM

You can use google to search for other answers

Custom Search

More Threads

• how to debug a control as it's loaded into control/resource/forms editor
• User Control Wierd Bug?
• ReportViewer designer issue (Not able to see in designer)
• resizeable
• Error as "Falied to import the ActiveX control. Please ensure it is properly registered." inside Windows Form Designer
• Missing SQL Server dll: Microsoft.SqlServer.Types
• Icons for nodes in a Treeview
• Help on the Menu Dynamic
• Calls to the set and get methods of a property
• Updating User Control within a panel