Class ExtendedScrollingAdorner
Inheritance
System.Object
ExtendedScrollingAdorner
Assembly: Syncfusion.Shared.Wpf.dll
public class ExtendedScrollingAdorner : Adorner
Constructors
Declaration
public ExtendedScrollingAdorner(UIElement adornedElement)
Parameters
Type |
Name |
Description |
System.Windows.UIElement |
adornedElement |
|
Properties
Declaration
public bool IsReadOnly { get; }
Property Value
Declaration
protected override int VisualChildrenCount { get; }
Property Value
Methods
Declaration
protected override Visual GetVisualChild(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
System.Windows.Media.Visual |