![]() |
Scrollbars bei MDIForm verstecken
Hallo Leute,
folgendes Problem: Ich habe eine MDIForm mit mehreren Childs. Jetzt möchte ich dass keine Scollbalken erscheinen wenn man ein Child aus dem ParentFenster schiebt.
Delphi-Quellcode:
Sollte eigentlich ausreichen, aber leider werden die Scrollbars immernoch angezeigt. Ich bin schon richtig am verzweifeln da ich scheinbar der einzige mit desem Problem bin.
AutoScroll := False;
VertScrollBar.Visible := False; HorzScrollBar.Visible := False; Kann sich/mir das jemand erklären? mfg, Red six |
Re: Scrollbars bei MDIForm verstecken
Ich pushe mal mit dem Anhang dass nichtmal das hier funktioniert. :cry:
Delphi-Quellcode:
MDICWndStyle := GetWindowLong(MDICWnd, GWL_STYLE) and not (WS_HSCROLL or WS_VSCROLL);
SetWindowLong(MDICWnd, GWL_STYLE, MDICWndStyle); |
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:16 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 by Thomas Breitkreuz