Is there a way to Center an UltraButton in an UltraPanel? I can for instance Dock the UltraButton to fill, but that's not what I want. I want the UltraButton centered (vertical and horizontal) in the UltraPanel... Is something like that possible? If the UltraPanel grows, then the UltraButton needs to stay in the center.
Kind regards, Lieven Cardoen
Thx for the support and example. Works like a charm.
Lieven
Hello Lieven,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Thank you for contacting Infragistics Developer Support.
While the panel doesn’t have this feature you could implement it with minimal efforts. In order to do this calculate the center of the panel and position the button according to this. You also need to do the same thing in the reposition event of the panel.
I have implemented a simple sample which demonstrates this suggestion.
Please let me know if you have any additional questions.