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?
How can we prevent Tab Stopping, but allowing control to work normally if clicked?
I tried changing the IsTabStop
of TextBox, but it prevent it to have focus.