Property FitParentScrollbars
FitParentScrollbars
Gets or sets a value indicating whether the control should adjust its size to fit within the scrollable area of its parent. Default is True.
public virtual bool FitParentScrollbars { get; set; }
Property Value
Remarks
When set to true, the control will automatically resize to ensure it does not exceed the scrollable bounds of its parent container. Changing this property triggers an update to the maximum allowable size of the popup.