Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / February 2006

Tip: Looking for answers? Try searching our database.

Slide-out and Splitter

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mystagogue - 23 Feb 2006 07:44 GMT
Two questions.  First, what does MS recommend / offer for creating those
nifty slide-out dialogues (?) that Visual Studio has?  Yes I'm talking about,
for example, the default behavior of the Toolbox, or Properties dialogues in
Visual Studio, which slide back and forth (Unless you select the push-pin).  
I don't even know what that "sliding" control is called, no less how to put
one on my WinForm.  Help?

Second question: what effectively is the difference between a SplitContainer
and a Splitter?  Why choose one over the other?
Stoitcho Goutsev (100) - 23 Feb 2006 14:40 GMT
Mystagogue,

1. AFAIK that sliding feature is called "auto-hide". I personally don't know
if the winforms supports it out of the box.

2. Most often when programmers use splitters they put two panels separated
by a splitter and then add more controls to the panels. Because this is the
usual configuration MS decided to create it as a control - one panel
containing two other panels separated by a splitter. Nesting this controls
one can get any configuration one wants.

Whether using this control or the splitter control itself is up to you. If
you do complex splitting you'll end up creating split containers by
yourself, so why don't just use already created one; for simple splitting
you can save 3 panels if you use the simple Splitter control.

Signature

HTH
Stoitcho Goutsev (100)

> Two questions.  First, what does MS recommend / offer for creating those
> nifty slide-out dialogues (?) that Visual Studio has?  Yes I'm talking
[quoted text clipped - 10 lines]
> SplitContainer
> and a Splitter?  Why choose one over the other?
George Shubin - 23 Feb 2006 16:24 GMT
Here's a free third-party control that gives you the slide-outs as well as
tabbed-MDI forms:
http://sourceforge.net/projects/dockpanelsuite/

Be sure to also download the VB Cookbook document in the Files section.
That will get you up and running rather quickly.

Signature

------------------------------------------------------------------------
George Shubin       Custom Software Development
dX Software Systems          Database Applications
Ph: 503-981-6806                     Fax: 503-982-0120
www.dxonline.com              george@dxonline.com
------------------------------------------------------------------------

"There is no more persistent and influential faith in the world today than
the faith in government spending."  --  Henry Hazlitt

> Two questions.  First, what does MS recommend / offer for creating those
> nifty slide-out dialogues (?) that Visual Studio has?  Yes I'm talking
[quoted text clipped - 10 lines]
> SplitContainer
> and a Splitter?  Why choose one over the other?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.