• TexasJohn - Monday, July 24, 2017 9:22 AM

    Is it possible in MS Visual Studio to change and save the default values for a textbox.  For example, Can Grow is always set to True and I would like to always be False.  Padding is always 2pt,2pt,2pt,2pt.  I would like it to always be 2pt,2pt,0pt,0pt.  Currently I always have to remember to alter these values every time I add a table or a text box to a report.  I'm not a young as I used to be and one, my memory is not as good and two, I am not as patient.

    I believe that you could create a class with those properties. Then use that class as your default textbox.
    It's been a long time since I did any front end development, but that how it used to be.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2