views:

157

answers:

3

Can someone point to good delphi component that is an analogue for java JSplitPane. I know about standard TSplitter in Delphi, but I sick and tied of using it.

+2  A: 

Raize components has a nifty splitter: it consists of two panes (that can host other controls) and the splitter in the middle.

Jeroen Pluimers
thanks it seems what I need
kuaw26
This is how any spiltter should bee!
Vegar
(Wow, that was enough spelling errors for one small comment!)
Vegar
Vegas, use spell checker :)Opera 10.10 and Firefox (not sure) have one :)
kuaw26
+3  A: 

The JVCL components comes with 4 splitters.

alt text

  • TJvSplitter
  • TJvxSplitter
  • TJvSyncSplitter
  • TJvNetscapeSplitter (This is very similar (visually) to JSplitPane)
RRUZ
Thanks, but this is not what I want.
kuaw26
A: 

I've used the Plasmatech splitter in their Shell Control Pack, and like it. http://plasmatech.com/

Guy Gordon
Thanks, I'll take a look for it
kuaw26