Winui3 Setting `IsTabStop` on TexBox makes it unclickable
In WinUI3, I would like to prevent entering TextBox
via TAB key, so I set IsTabStop
to false, but it completely prevent the control to have focus by simple mouse click on it?
In WinUI3, I would like to prevent entering TextBox
via TAB key, so I set IsTabStop
to false, but it completely prevent the control to have focus by simple mouse click on it?