By Derek Price - 4/20/2009
Is there anyway to change the tab order on the BrowseDialog to include the listview? It seems you can only tab between the search fields and can never tab to the listview.
Thanks,
Derek
|
By Trent L. Taylor - 4/20/2009
No. Now if you want to have the focus set to the ListView automatically when a search is performed, there is a property for that on the BrowseDialog which will give you this functionality. But adding this to the taborder complicates a lot of things since there is logic in place to cycle only through input fields. This may be a property and a thought in a future build, but at present this is not an option.
|
By Derek Price - 4/20/2009
Hi Trent,
I just found it. I think the tab order is a better solution, but this will work!
Thanks
|
|