Hi,
I have a ListView with a TextField that I want to autofocus on window open.
With TableView I can do it simply with textfield.focus() but how can I accomplish this with ListView?
Thx Danny
Hi,
I have a ListView with a TextField that I want to autofocus on window open.
With TableView I can do it simply with textfield.focus() but how can I accomplish this with ListView?
Thx Danny