Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF Textbox TAB spaces [duplicate]

Tags:

c#

wpf

Does anybody know how can I control the number of spaces for the TAB character that is displayed in a WPF textbox? I can see that the default is 8, but didn't find any property to change it.

like image 738
Alex Shtof Avatar asked Nov 06 '22 00:11

Alex Shtof


1 Answers

Unfortunately this doesn't seem to be possible. Sad true.

Here is an old link, but it doesn't seem to change much since then.

like image 113
Snowbear Avatar answered Nov 15 '22 12:11

Snowbear