[]
        
(Showing Draft Content)

C1.Framework.ScrollablePanel.SmoothScrolling

SmoothScrolling Property

SmoothScrolling

Gets or sets whether the scrolling should be performed in steps.

Declaration
public bool SmoothScrolling { get; set; }
Remarks

Setting this property to true causes the panel to scroll its contents in steps when the ScrollPosition property changes. The result is a smooth scrolling effect, as opposed to the instant change applied when SmoothScrolling is set to false.