![]() |
listView AutoScroll
Hallo!
Wie kann ich denn ein listView nach ganz unten scrollen? Also autoscrollen... Danke schon mal. Faux |
Re: listView AutoScroll
Hab das was ich eigentlich gesucht habe nicht gefunden, aber das war mal Ansatz.
ListBox1.Perform(EM_SCROLLCARET, 0, 0); PostMessage(ListBox1.Handle,wm_vscroll,EM_SCROLLCA RET,0); PostMessage(ListBox1.Handle,wm_vscroll,ListBox1.It emIndex,0); Gruß Padavan |
Re: listView AutoScroll
Hallo!
Danke für deine Antwort, aber ich verwende C# bzw Delphi.NET, also kein Win32... ;) Grüße Faux |
Re: listView AutoScroll
Ein "echtes" Scrollen gibt es imo nicht, allerdings kannst Du sicher stellen, dass ein bestimmter Eintrag sichtbar ist.
Code:
...:cat:...
[i][color=#008000]// letztes Item sichtbar machen[/color][/i]
listView1.Items[listView1.Items.Count-1].EnsureVisible(); |
Re: listView AutoScroll
Sorry - zu schnell!
:roll: |
Re: listView AutoScroll
Danke sakura. Das habe ich gesucht.
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 12:21 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