Class StickyScrollingPanel
A panel that provides a sticky behavior for specified child elements
Inheritance
StickyScrollingPanel
Implements
Namespace: Sartorius.SAF.Presentation.Controls.Primitives
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class StickyScrollingPanel : StackPanel, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IScrollInfo
Fields
View SourceStickyOrientationProperty
Identifies the Sartorius.SAF.Controls.Primitives.StickyScrollingGrid.StickyOrientation attached property.
Declaration
public static readonly DependencyProperty StickyOrientationProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Methods
View SourceGetStickyOrientation(DependencyObject)
Gets the value of the Sartorius.SAF.Controls.Primitives.StickyScrollingGrid.Orientation attached property from a given DependencyObject.
Declaration
public static StickyOrientation GetStickyOrientation(DependencyObject element)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | element | The element from which to read the property value. |
Returns
| Type | Description |
|---|---|
| StickyOrientation | The value of the Sartorius.SAF.Controls.Primitives.StickyScrollingGrid.Orientation attached property. |
SetStickyOrientation(DependencyObject, StickyOrientation)
Sets the value of the Sartorius.SAF.Controls.Primitives.StickyScrollingGrid.Orientation attached property to a given DependencyObject.
Declaration
public static void SetStickyOrientation(DependencyObject element, StickyOrientation value)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | element | The element on which to set the attached property. |
| StickyOrientation | value | The property value to set. |