0
Greetings. In Delphi VCL Listbox has property Topindex. And in Delphi FMX how to use this? Thanks in advance.
0
Greetings. In Delphi VCL Listbox has property Topindex. And in Delphi FMX how to use this? Thanks in advance.
0
<seuListBox>.ItemIndex := 0;
It would be interesting to explain the code.
Browser other questions tagged delphi firemonkey listbox
You are not signed in. Login or sign up in order to post.
Try as you say here
THackListBox(ListBox1).VScrollBar.Value := 0;
I don’t use Delphi FMX to test and make sure that’s what you need, so I didn’t answer. If it works, I formalize it as a response– Melissa
It didn’t work. I tried to reproduce but Listbox doesn’t have the Vscrollbar property.
– Antonio Ribeiro