G
Guest
When I use Multiple lines Textbox, it always appears with a 1 character
padding on the left. How do I remove the 1 character padding? I have already
tried TextBox.Text.PadLeft and tried to set some of the properties but it
doesn't work at all.
The textbox I am using the System.Windows.Forms.TextBox
My Environment is to have an ASP pointing to a .Net Control.
The .Net Control is just simply a list of DLL files.
I also have tested this on normal Windows Application and Web Application
they both don't seems to have the same problem.
I guess I need to do override the TextBox method.
Please leave me a message with any possible solution.
Thank you.
padding on the left. How do I remove the 1 character padding? I have already
tried TextBox.Text.PadLeft and tried to set some of the properties but it
doesn't work at all.
The textbox I am using the System.Windows.Forms.TextBox
My Environment is to have an ASP pointing to a .Net Control.
The .Net Control is just simply a list of DLL files.
I also have tested this on normal Windows Application and Web Application
they both don't seems to have the same problem.
I guess I need to do override the TextBox method.
Please leave me a message with any possible solution.
Thank you.