sTreeviewEx expand

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #55456
    Support
    Keymaster

      Hi

      Maybe you can try the standard TreeView_EnsureVisible function from Windows API?

      Code:
      TreeView_EnsureVisible(sTreeViewEx1.Handle, sTreeViewEx1.Items[12].ItemId);
    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.