Edw*_*uay 11 wpf xaml tabs textbox
当用户按下此文本框中的选项卡时,光标将跳转相当于8个空格.
如何更改它以使其仅跳转4或2?
<TextBox
Width="200"
Height="200"
Margin="0 0 10 0"
AcceptsReturn="True"
AcceptsTab="True"
Text="{Binding OutlineText}"/>
Run Code Online (Sandbox Code Playgroud)