06-23-2020 12:09 PM
Hello to all,
First of all thanks a lot for reading this post and being able to help me.
I have this control in the front panel:
Now I change programatically the caption name to:
As you can see, the caption isn't aligned on top of control. So I would like to change the name programatically and then change the position programatically to get this:
How can I do that?
Thanks a lot to everyone.
Solved! Go to Solution.
06-23-2020 12:31 PM - edited 06-23-2020 12:32 PM
Make sure the caption is originally centered on the control AND caption font is set to "justification=centered" and things will fall into place
06-23-2020 12:37 PM
Thanks a lot friend!!
It works