473,320 Members | 1,872 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Usercontrol Panel Splitter

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)
Second Row: 1 Columns ( 1 panel, with 1 splitter between first and
second row )

I am trying to manage it, it fails.
i am trying with ... Dock....Bottom and Dock.....Left attributes of the
splitter, but the splitter dont stay between the panels, and dock
bottom or left to the window border, not staying between the panels.

What can I do / have to do ?

best regards
istvan

Aug 31 '06 #1
2 3104

Istvan wrote:
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)
Second Row: 1 Columns ( 1 panel, with 1 splitter between first and
second row )

I am trying to manage it, it fails.
i am trying with ... Dock....Bottom and Dock.....Left attributes of the
splitter, but the splitter dont stay between the panels, and dock
bottom or left to the window border, not staying between the panels.

What can I do / have to do ?
If you're using .NET 2.0, use a SplitContainer... it's much easier.

If, like me, you're using .NET 1.1, then the secret is the "Bring to
Front" "Send to Back" menu items on the right-click menu for the panels
/ splitters. Send the panels "to the back" of the Z-order, or select
the splitter and use "Bring to Front".

The idea is that you're intended to place the panels on the form first,
Dock the panels, then add the splitters last. However, you can simulate
that by docking the panels and then using "bring to front" to
manipulate the Z-order.

Aug 31 '06 #2
Thank you !!!!!!
best regards, Istvan

Sep 1 '06 #3

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

Similar topics

4
by: james | last post by:
I cannot get my UserControl's browsable properties to show up in the designer properties panel. I have then public virtual bool TestProp { {get return testProp; } set { testProp = value; } } ...
2
by: Lokhan Wong | last post by:
My question is whether it's possible to change the properties of a panel, that resides on the webform containing the usercontrol, in the usercontrol itself. Like this: <form> <asp:panel...
1
by: Tim | last post by:
Greetings! I have a UserControl. On this UserControl is a Panel and a RadioButtonList. The Panel's Visible property is set to false by default. When the user selects a particular...
3
by: Don | last post by:
I've created a custom UserControlwithin which I have placed a Panel. I've changed the Panel's "Modifier" property to Public so that it appears in the Properties Window of the UserControl. This...
0
by: oliver | last post by:
QUESTION: How to access an object embedded in a UserControl through Javascript file? Another way to ask this question: How to execute script from a UserControl, accessing other objects in that...
1
by: TheSteph | last post by:
Hi ! I would like to create a UserControl that act as a « Collapsible Panel ». So I have a UserControl with two panels : a "Header panel" at the top, and a "Container Area Panel"...
3
by: marfi95 | last post by:
My application consists of basically a treeview on the left side, along with a panel control that takes up the right side. When nodes are clicked on the left, the data on the right side of the...
1
by: =?Utf-8?B?S3lsZSBNLiBCdXJucw==?= | last post by:
I have a set of controls and logic that must be invoked from several pages within a web application as a popup dialog, so I intend to use a userControl contained in a panel extended with the...
3
by: Rich P | last post by:
One thing I have noticed with .Net is that various controls can have the same tab index and the app still compiles. I would set the tab index of your splitter to some large number (larger than a...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.