[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Sidebar.Width

Width Property

Width

Gets or sets the width of the sidebar in pixels.

Declaration
public int Width { get; set; }
Property Value
Type Description
int

The width of the sidebar in pixels. Attempts to set this property to a value outside the allowed range will result in the width being set to the nearest boundary value (either GrapeCity.ActiveReports.Viewer.Win.Sidebar.MinSidebarWidth or GrapeCity.ActiveReports.Viewer.Win.Sidebar.MaxSidebarWidth).

Remarks

This property allows for the adjustment of the sidebar's width, ensuring that it can be resized to accommodate different content sizes or user preferences. The width is constrained between minimum and maximum values to ensure that the sidebar remains usable and does not interfere with the display of the report content.