I am trying to use UWP(Community Toolkit) TabView Control, but it's throwing below exception:
Cannot find a Resource with the Name/Key UseSystemFocusVisuals [Line: 35 Position: 91]'
Min Version and Target Version both are set to Build 16299. As per this MSDN documentation, it supports device family Universal, 10.0.16299.0 or higher
Windows 10 OS build is 17763. If I change the target version to 17763 then it's working as expected.
Any reason why it's not working when the target version is set to 16299?