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 |
---|
System.Double |
ScrollableOwner
Declaration
ScrollableContentViewer ScrollableOwner { get; set; }
Property Value
Type |
---|
ScrollableContentViewer |
VerticalPadding
Declaration
double VerticalPadding { get; set; }
Property Value
Type |
---|
System.Double |