473,387 Members | 1,502 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,387 software developers and data experts.

four-way splitter

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
Nov 15 '05 #1
3 2843
> 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?

use two panels to split the area into two parts (separate panels with a
splitter) and then use another two splitters to split both panels.
Regards, Wiktor
Nov 15 '05 #2

"Wiktor Zychla" <ie****@microsoft.com.no.spam> schrieb im Newsbeitrag
news:uk**************@TK2MSFTNGP10.phx.gbl...
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?

use two panels to split the area into two parts (separate panels with a
splitter) and then use another two splitters to split both panels.
Regards, Wiktor

I thought about that, but it has two drawbacks:

a) you don't see the "shadow" on the splitter on the other side when you
drag
the splitter
b) I'd like to be able to drag both vertically and horzontally at once when
I grab at the crossing point

Nevertheless, thanks for your answer

Regards,
Andre Loker
Nov 15 '05 #3

"Andre Loker" <lo***@gmx.de> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...

"Wiktor Zychla" <ie****@microsoft.com.no.spam> schrieb im Newsbeitrag
news:uk**************@TK2MSFTNGP10.phx.gbl...
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?

use two panels to split the area into two parts (separate panels with a
splitter) and then use another two splitters to split both panels.
Regards, Wiktor

I thought about that, but it has two drawbacks:

a) you don't see the "shadow" on the splitter on the other side when you
drag


You can probably simulate this by linking the opposing splitter in code.
the splitter
b) I'd like to be able to drag both vertically and horzontally at once when I grab at the crossing point In this case, you will probably have to write your own control. Shouldn't be
impossible...hmm.
Nevertheless, thanks for your answer

Regards,
Andre Loker

Nov 15 '05 #4

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

Similar topics

11
by: fivelitermustang | last post by:
Actually, how would I go about allocating a four-dimensional dynamic array? I only know how to make two dimensional dynamic arrays: double **v; v = new double*; for (int i=0; i<C; i++) { v =...
1
by: Chris Lutka | last post by:
I've been racking my brains all day over this. And I'm not the best at SQL either. I need a query that will produce the following results:...
6
by: lovecreatesbeauty | last post by:
/* It seems that when an int with width of four bytes is assigned to a one byte width char, the first three bytes from left to right are discarded and the rightest byte is assigned to that char....
2
by: me | last post by:
I have written a query that joins four or five tables. One table has 30,000 rows. Another table has only 200. I want to only return the 200 or so rows in the smaller table and columns from the...
4
by: Bubba | last post by:
Has anyone ever run into a problem converting a text version of number to it's whole number equivalent? If so, can someone please post an example in 2005 of how this is handled? ex. "Four" to 4...
7
by: koonda | last post by:
Hi all, I posted my message earliar and I got some positive feedbacks but that didn't help me to solve some programming problems. I have an Assignment due 20th of this month, next monday. The...
1
by: xwjcity | last post by:
Hi everyone: I am new here and I got Calculation problem. thanks in advance.. I have four subforms which retrieve data from different four tables. I created a textbox to do a calculation with...
1
by: Ledmark | last post by:
I have a database that uses four forms and each form has it's own table and each form has it's own search button to find a specific record within that table. I would like to use one search button...
33
by: Hahnemann | last post by:
Does anybody know the answer to the following? An unsigned short is 2 bytes long. Why is the following file created as 4 bytes instead of 2? file = fopen("data.bin", "wb"); if (file != NULL)...
12
Microblitz
by: Microblitz | last post by:
Graph of top four products each month for last 6 months? (Yeah I know I typ'od the title) I need create a chart which displays the four highest selling products for each month in the last 6...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...

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.