Difference between revisions of "TMyRollOut and ExpandPanel"

From Free Pascal wiki
Jump to navigationJump to search
Line 9: Line 9:
 
* https://github.com/roth-a/expandpanels
 
* https://github.com/roth-a/expandpanels
  
 
===More information here===
 
* http://student.physik.uni-mainz.de/~rothalex/?q=content/expandpanels
 
  
  

Revision as of 09:55, 30 May 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.

Autor

Alexander Roth

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
  • 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