0
Answer

c# winform - toolstriptextbox padding and focus

Photo of Memento

Memento

13y
3.7k
1
c# - winform
I have one toolstriptextbox on a form.
How could I setup the left padding of the textbox (left text indent). Believe it or not - it seems a problem.

Also, I want that textbox to receive focus on FormLoad event, ie - I-beam cursor to flashing inside it.

Thanks in advance.