473,739 Members | 10,283 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

splitter control and scrolling panels

Sam
Hi,
I would like to reproduce the same control as in Visual Studio for the
propery editor or the message feedback window. That is, a scrolling
panel that would appear when the mouse is over one of the side of the
main form. There should be the possibility to anchor it as well. How
can I do that ?

Thx

Nov 21 '05 #1
5 1799
"Sam" <sa************ **@voila.fr> schrieb:
I would like to reproduce the same control as in Visual Studio for the
propery editor or the message feedback window. That is, a scrolling
panel that would appear when the mouse is over one of the side of the
main form. There should be the possibility to anchor it as well.


You'll either have to implement the behavior yourself or use a 3rd-party
library which provides auto-hide windows. The .NET Framework doesn't
include a predefined control.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #2
Sam
Herfried,
Thank you.
do you know if VS 2005 beta 2 provides such a control ?

Nov 21 '05 #3
Hi,

http://www.codeproject.com/cs/miscct...erextender.asp

Ken
------------------------------------------

"Sam" wrote:
Hi,
I would like to reproduce the same control as in Visual Studio for the
propery editor or the message feedback window. That is, a scrolling
panel that would appear when the mouse is over one of the side of the
main form. There should be the possibility to anchor it as well. How
can I do that ?

Thx

Nov 21 '05 #4
Hi,

http://www.codeproject.com/cs/miscctrl/magicdocking.asp

Ken
-------------------

"Sam" wrote:
Hi,
I would like to reproduce the same control as in Visual Studio for the
propery editor or the message feedback window. That is, a scrolling
panel that would appear when the mouse is over one of the side of the
main form. There should be the possibility to anchor it as well. How
can I do that ?

Thx

Nov 21 '05 #5
here's something you might try. you have your main form, create another
form that has the controls that you want to scroll. turn off the borders and
captions. then set the parent of this sub form to the panel that gets
adjusted via the splitter. (i did something like this, but the i wasn't
doing any scrolling of the subform so i don't know if this will really
work.)

you will need to set a property in code on the sub form to allow this...
subform.TopLeve l = False
"Sam" <sa************ **@voila.fr> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
Hi,
I would like to reproduce the same control as in Visual Studio for the
propery editor or the message feedback window. That is, a scrolling
panel that would appear when the mouse is over one of the side of the
main form. There should be the possibility to anchor it as well. How
can I do that ?

Thx

Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2867
by: Andre Loker | last post by:
Hi! For my current application I'm looking for a four-way-(cross) splitter control (as often seen in 3D-editors). The .NET Splitter-class is (IIRC) only a two-way splitter. Does anyone know such a four-way-splitter control? Regards, Andre Loker
1
1784
by: Bevo | last post by:
I have two panels on my form with a splitter between them. The top panel is docked Fill and the bottom is docked Bottom. The splitter is docked Bottom. When I run and try to move the splitter the System.Windows.Form.dll throws an SEHException at me. Is this a .NET Framework bug and does anybody know a workaround?
1
22694
by: Krish | last post by:
This is my first try with C# windows gui devlopment, is it correct to say that gui development in C# is windows forms. I would like to create a form with two sections, 2 datagrids, I would like to have a splitter that will allow me to hide the datagrid either the one on top half or the one on the bottom half. I am going thru this, but would appreciate some help in understanding
4
8103
by: BBM | last post by:
I'm trying to set up a form with two panels divided by a Splitter control. I can make the Splitter work in the situations described in the documentation (Listbox or TreeView on left w/Dock set to Left, Panel on right of form w/ Dock set to Fill, Splitter between them set w/ Dock set to Left. Works as advertised. But... if I change to have two panels on the form one on the left with Dock set to Left, a panel on the right with Dock set to...
2
4502
by: Richard | last post by:
How do I display a form next to a splitter control at run time? I have 3 Controls: TreeView (Dock left) Splitter (Dock left) Panel (Dock fill) At run time I want to be able to show another form next to the spitter control when I click on a node in the TreeView control. Any help will be
3
2277
by: Sam | last post by:
Hi all, I have a splitter sitting between 2 panels (which I use for drawing) on my main form. The problem that I'm having is that when I resize my form, the panel(plnDwgContainer) that has the fill dockstyle method seems to be a bit slow. However, if I try to resize my panel using the splitter, then it seems to be ok. Does anyone experience this? Below is what I have on my form. Thanks Sam
3
1689
by: Dennis | last post by:
I have been trying all evening to add two panels to a form with a horizontal splitter in middle. How can I do this. I have one panel docked to top and one docked to bottom. I have tried all of the docking options for the splitter but can't seem to get it in the middle. -- Dennis in Houston
2
3126
by: Istvan | last post by:
Hello ....Window.Forms.... Can somebody help me with Panels and Splitters ? I want to add three Panels to one Usercontrol , between them with two movable Splitter. First Row: 2 Columns ( 2 panels, with 1 splitter between them)
2
2529
by: Rastko Soskic | last post by:
Hi everyone! I need some tips, ideas, suggestions on best approach to create "resizable panels". The best example what I am trying to achieve could be MSN mail (hotmail) which have separate, resizable panels for folders (inbox, sent, etc.) and for messages. Maybe someone knows exactly how that "splitter" functionality is implemented :) Those MVPs should know :)))) Thanks in advance :)
0
9479
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9337
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8215
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6054
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4826
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3280
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.