Hi, all. ![]()
I want to put tabs into a text field. I tried β\tβ and \t, but it displays only a space between the quotes or nothing. ![]()
As always, any help is greatly appreciated. ![]()
Hi, all. ![]()
I want to put tabs into a text field. I tried β\tβ and \t, but it displays only a space between the quotes or nothing. ![]()
As always, any help is greatly appreciated. ![]()
What do you exactly mean by ![]()
Can you provide any example image of the thing you are asking?
Sure thing! ![]()
![]()
Produces a single space instead of a tab. Result = β1 2 3 4β instead of desired result of β1 2 3[tab]4β. I canβt even use a tab in here to show multiple spaces. ![]()
For example, in my ListView I want multiple spaces between 3 and 4 so that 4 always lines up no matter how far 3 sticks out. Using an actual tab should do this. Right now, Iβm counting the number of characters in my var to line things up.
Thanks for your reply! ![]()