Difference between revisions of "TMyRollOut and ExpandPanel"

From Lazarus wiki
Jump to navigationJump to search
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.  
  
Code hosting:
+
===Autor===
 +
Alexander Roth
 +
 
 +
===Code hosting===
 
* https://github.com/roth-a/expandpanels
 
* https://github.com/roth-a/expandpanels
  
Further information:
+
 
 +
===More information here===
 
* http://student.physik.uni-mainz.de/~rothalex/?q=content/expandpanels
 
* http://student.physik.uni-mainz.de/~rothalex/?q=content/expandpanels
  
Line 18: Line 22:
 
* ExpandPanels arranges all the panel nicely under (or besides) each other, so it takes as little space as possible
 
* 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
 
* ExpandPanels has different "behaviours": It can open as many panels as you click, or just the one you last clicked
 
===Autor===
 
Alexander Roth
 
 
  
 
===Screenshot===
 
===Screenshot===

Revision as of 18:25, 7 July 2012

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.

Autor

Alexander Roth

Code hosting


More information here


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
  • you can collapse the panel to any direction you want
  • 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