ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Sidebar Class / Width Property

In This Topic
    Width Property (Sidebar)
    In This Topic
    Gets or Sets the width of the sidebar.
    Syntax
    'Declaration
     
    Public Property Width As Integer
    public int Width {get; set;}

    Property Value

    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 MinSidebarWidth or 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.
    See Also