I am probably doing something wrong, but when I set the autosize of an UltraButton to true and change the text in code, the UltraButton isn't resized at runtime...
Is there a way to fix this?
Basically, in the InitializeComponent I'm setting the autosize to true and the text to "Discard changes and exit".
After InitializeComponent, the text gets set to for instance "Log off and some extra text". At runtime, I only see "Log off and som". The rest of the text is chopped off because off the size of the UltraButton...
Hi Dave,
I would definitely do that but it really was just something stupid I did, like changing the Autosize to true but still testing the old code...
So the UltraButton did resize when autosize was set to true.
Kind regards, Lieven Cardoen
Hello Lieven,
For the benefit of other customers who might be having the same issue, could you let us know what you did to solve the issue?
Never mind. Solved it.