Reputation: 140
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.
Upvotes: 1
Views: 539
Reputation: 136441
The JVCL components comes with 4 splitters.
Upvotes: 3
Reputation: 740
I've used the Plasmatech splitter in their Shell Control Pack, and like it. http://plasmatech.com/
Upvotes: 0
Reputation: 24523
Raize components has a nifty splitter: it consists of two panes (that can host other controls) and the splitter in the middle.
Upvotes: 2