![]() |
Delphi-Version: 10 Seattle
How create a slider panel similar to Team View?
Liste der Anhänge anzeigen (Anzahl: 1)
How create a slider panel (image attached) where can hide/show at any moment?
I already have half of solution:
Delphi-Quellcode:
Now i need insert something to right and below panel that when panel is hidden this thing is visible, to after show panel again through this (exactly like is in Team View) =>
procedure TForm1.btn1Click(Sender: TObject);
begin AnimateWindow(Panel1.Handle, 800, AW_SLIDE or AW_VER_NEGATIVE or AW_HIDE); end; procedure TForm1.btn2Click(Sender: TObject); begin AnimateWindow(Panel1.Handle, 800, AW_SLIDE or AW_VER_POSITIVE or AW_ACTIVATE); end; ![]() |
AW: How create a slider panel similar to Team View?
Hi there, a quick search resulted to
![]() I hope one of those solutions is okay since its pretty old. ![]() |
AW: How create a slider panel similar to Team View?
I already using the TPanel (native component), i not need of a new Panel.
All what i need in this moment is make my Button walk together with Panel when hide/show he (Panel). How make this? |
AW: How create a slider panel similar to Team View?
Simply place the button ON the panel?
|
AW: How create a slider panel similar to Team View?
|
AW: How create a slider panel similar to Team View?
Do you really visited my link? Under the "DynPanel" sourcecode, the shown image, isnt that what you want to have? A collapse/expand/etc button linked on a Panel.
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:13 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz