Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi: sliding (animated) panel

Is there a sliding (animated) panel component for Delphi?

For instance it can be found in Raize Components (a left panel with a "Hot Spot" or hide/show button).

I need not a resizeable panel but a panel that can slide horizontally and smoothly from the left to the right + that has a hide/show button (it's not a big deal if without that button).

Thanks!

like image 333
maxfax Avatar asked Sep 01 '11 02:09

maxfax


2 Answers

Since version 2009, there is a TCategoryPanelGroup where you add TCategoryPanel.
enter image description here

like image 130
Whiler Avatar answered Sep 29 '22 00:09

Whiler


The new Delphi version will include such kind of sliding panels ( trough the integration of FireMonkey, formely vgScene/dxScene ). You'll just have to click on height or position props and an option will allow to create a animation for this, with various option ( interpolation kind, duration etc).

enter image description here

like image 38
az01 Avatar answered Sep 29 '22 01:09

az01