Core Library for WPF | ComponentOne
Core Library / ScrollViewer
In This Topic
    ScrollViewer
    In This Topic

    C1ScrollViewer is used by C1Menu as a replacement for the standard ScrollViewer control. The C1ScrollViewer class supports scrolling in both horizontal and vertical directions. C1ScrollViewer includes some advantages over using the Standard ScrollViewer control:

    ClearStyle makes it easy to customize the appearance of the control simply by changing a few properties.

    The C1ScrollViewer control has a unique style, different from the standard control.

    C1ScrollViewer allows users the ability to scroll on mouseover at run time. You can customize this feature using the ScrollMode property.

    The C1ScrollViewer element encapsulates a content element and up to two ScrollBar controls. The extent includes all the content of the C1ScrollViewer. The visible area of the content is the viewport.

    The HorizontalScrollBarVisibility and VerticalScrollBarVisibility properties control the conditions under which the vertical and horizontal ScrollBar controls appear.