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...
Never mind. Solved it.
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?