Gets or sets whether it is allowed to resize the control footer when the accordion control is minimized.
public bool AllowFooterResizing { get; set; }
Public Property AllowFooterResizing As Boolean
When the accordion control is minimized (see State), users can change the control footer (see AccordionControl.RootDisplayMode) height. Set the AllowFooterResizing property to false to disable control footer resizing.