Hello Support,
Can you please tell us if there is Expandable Group box control available in WPF, same as Infragistics Win group box control.
In WPF you could just use the intrinsic Expander control.
you mean infragistics has no wpf group box expander control similar to Infragistics win group box expander control ?
Correct. The UltraExpandableGroupBox is a container control with a header that has the ability to expand/collapse to show/hide its content. There is no equivalent in tne intrinsic WinForms controls. However in WPF, that functionality is provided by the intrinsic Expander and since in WPF you can retemplate the control to provide whatever look you like there is no reason for us to provide one.