Difference between revisions of "TMyRollOut and ExpandPanel"

From Free Pascal wiki
Jump to navigationJump to search
 
(20 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
Two or more TMyRollOut's can be automatically put beneath each other with ExpandPanels.  
 
Two or more TMyRollOut's can be automatically put beneath each other with ExpandPanels.  
  
German Description: [http://www.lazarusforum.de/downloads.php?view=detail&id=17 hier]
+
===Authors===
 +
Alexander Roth, Massimo Magnano
 +
 
 +
===Code hosting===
 +
* https://github.com/roth-a/expandpanels
  
  
Current Version: '''1.08'''
 
  
 
===Features===
 
===Features===
 
* saves space
 
* saves space
 
* everything is animated (you can turn it off if you want)
 
* everything is animated (you can turn it off if you want)
* you can place the button of the panel on the top, bottom, left or right
+
* you can place the button of the panel on the top, bottom, left or right (in this cases the caption is printed vertically)
* it can collapse to the button or the button can collapse with the panel
+
* you can collapse the panel to any direction you want
 +
* you can align the caption to the left, right, center and the glyph to left, right or hide both
  
===Autor===
+
* ExpandPanels arranges all the panel nicely under (or besides) each other, so it takes as little space as possible
Alexander Roth
+
* ExpandPanels has different "behaviours": It can open as many panels as you click, or just the one you last clicked
  
roth-a@gmx.de
+
===Screenshot===
 +
[[Image:Expandpanels1.png]]
  
 +
[[Image:Expandpanels2.png]]
  
===Download===
+
[[Image:Expandpanels3.png]]
The Demo-program is included!
 
  
'''[http://www.lazarusforum.de/downloads.php?view=detail&id=17 Download Package and Demo]'''
+
[[Image:Expandpanels4.png]]
  
===Screenshot===
+
[[Image:Expandpanels5.png]]
[[Image:MyRolloutAndExpandPanels.png]]
+
 
 +
[[Image:Expandpanels6.png]]
 +
 
 +
[[Category:Components]]

Latest revision as of 14:17, 1 August 2015

About

The package contains two components. The visual TMyRollOut and the non-visual ExpandPanels. TMyRollOut is a collapsable panel. Two or more TMyRollOut's can be automatically put beneath each other with ExpandPanels.

Authors

Alexander Roth, Massimo Magnano

Code hosting


Features

  • saves space
  • everything is animated (you can turn it off if you want)
  • you can place the button of the panel on the top, bottom, left or right (in this cases the caption is printed vertically)
  • you can collapse the panel to any direction you want
  • you can align the caption to the left, right, center and the glyph to left, right or hide both
  • ExpandPanels arranges all the panel nicely under (or besides) each other, so it takes as little space as possible
  • ExpandPanels has different "behaviours": It can open as many panels as you click, or just the one you last clicked

Screenshot

Expandpanels1.png

Expandpanels2.png

Expandpanels3.png

Expandpanels4.png

Expandpanels5.png

Expandpanels6.png