|
-
Feb 28th, 2006, 10:12 PM
#1
Thread Starter
Hyperactive Member
Adding a Favorites like in IE[RESOLVED]
What do i need to do too add something similar like the Favorites in Internet Explorer?
With the same kind of functionality with a Button to Open and Close it..
Last edited by Rattlerr; Mar 2nd, 2006 at 02:56 PM.
-
Feb 28th, 2006, 10:28 PM
#2
Re: Adding a Favorites like in IE
Didn't we already have this conversation? If you're using .NET 1.1 then you use a Splitter control. You would dock your collapsible Panel to the left of the form, then add a Splitter to the form. You can then set the SplitPosition property to zero to hide the Panel on the left. make sure you set MinSize to zero if you want to be able to hide it altogether. If you're using .NET 2.0 then you'd use a SplitContainer, which is a bit different.
-
Feb 28th, 2006, 10:30 PM
#3
Thread Starter
Hyperactive Member
Re: Adding a Favorites like in IE
yeah i am using .NET 2.0 but i'll take a look at it....I figured it would be a bit different...Going to keep this one open since i'm using the .NET 2.0
-
Feb 28th, 2006, 10:39 PM
#4
Re: Adding a Favorites like in IE
Similar. Add a SplitContainer, add the controls you want to each panel, set the Panel1MinSize to zero and set Panel1Collapsed to True or False as you like.
-
Mar 2nd, 2006, 02:56 PM
#5
Thread Starter
Hyperactive Member
Re: Adding a Favorites like in IE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|