Are there any tab controls available for Delphi where the tabs can be clicked and dragged to reorder them, like in a web browser?
+2
A:
Raize PageControl (RC5 current version) has this ability.
I've always liked his stuff.
Ryan J. Mills
2010-05-17 03:02:01
+2
A:
ExpressPageControl by devexpress can also do this. An article on how to do this from their knowledgebase: http://www.devexpress.com/Support/Center/kb/p/A1056.aspx
Marjan Venema
2010-05-17 06:32:15
+5
A:
Available in Delphi:
http://delphi.about.com/b/2009/05/13/how-to-move-pagecontrols-tabs-using-dragndrop.htm
Erwin
2010-05-17 07:23:23
It is always (read: often) best to use the native Win32 controls when possible.
Andreas Rejbrand
2010-05-17 07:42:26