Interface IScrollableInfo
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public interface IScrollableInfo : IScrollInfo
Properties
HorizontalPadding
Declaration
double HorizontalPadding { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScrollableOwner
Declaration
ScrollableContentViewer ScrollableOwner { get; set; }
Property Value
Type | Description |
---|---|
ScrollableContentViewer |
VerticalPadding
Declaration
double VerticalPadding { get; set; }
Property Value
Type | Description |
---|---|
System.Double |