Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
UltraExpandableGroupBox header position
posted

When I use an UltraExpandableGroupBox the header indents itself by a few pixels to the left and to the right when the control is in its expanded state. In its collapsed state the header goes right to the edge of the control.

I have attached a screenshot to show this problem/feature. The group box (not expandable) at the top looks as I want. The expandable group box (underneath) is indented.

I would like the header to always be flush to the sides as if the box was in its collapsed state. I tried to implement Infragistics.Win.IUIElementCreationFilter and the AfterCreateChildElements is called and I can get the GroupBoxHeaderUIElement but nothing I am doing to its rect either changes its location or size.

Any information on what I am doing wrong would be appreciated.

Parents
No Data
Reply
  • 53790
    posted

    Hello jonrico,

    Thanks for attached screenshot. Could you please tell me what is your current version and do you have any installed service release and which one. I try to reproduce your issue in a small sample with the latest available version - 12.1.20121.2008, but without success.

    Are you using AppStyle in your scenario ? Or maybe you are using Images for the header. I`m not sure how to reproduce your issue, so I`m not able to provide you any suggestion. Please take a look at the attached sample and feel free to modify this sample to reproduce your issue and revert it back to me. I`ll be glad to research it.

    Let me know if you have any questions.

    Regards

Children