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
2009-12-13 17:33:22
thanks it seems what I need
kuaw26
2009-12-14 14:09:43
This is how any spiltter should bee!
Vegar
2009-12-14 22:53:40
(Wow, that was enough spelling errors for one small comment!)
Vegar
2009-12-14 22:55:37
Vegas, use spell checker :)Opera 10.10 and Firefox (not sure) have one :)
kuaw26
2009-12-15 06:52:42
+3
A:
The JVCL components comes with 4 splitters.
- TJvSplitter
- TJvxSplitter
- TJvSyncSplitter
- TJvNetscapeSplitter (This is very similar (visually) to JSplitPane)
RRUZ
2009-12-13 18:51:53
A:
I've used the Plasmatech splitter in their Shell Control Pack, and like it. http://plasmatech.com/
Guy Gordon
2009-12-15 05:10:25