How to use Topindex in Delphi FMX?

Asked

Viewed 77 times

0

Greetings. In Delphi VCL Listbox has property Topindex. And in Delphi FMX how to use this? Thanks in advance.

  • 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

  • It didn’t work. I tried to reproduce but Listbox doesn’t have the Vscrollbar property.

1 answer

0

  <seuListBox>.ItemIndex := 0;
  • It would be interesting to explain the code.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.