Using the Label control, the display text is set at run time from the database. I am trying to control the maximum width of a control, for example, a maximum of 100 per line with the addition of extra characters to the next line.
I tried this by installing as well as using CSS with no luck:
lbl_Feedback1.Width = 50;
I believe the problem is that the text of the shortcut is updated while the application is running. How to solve this?
Bruce source share