Interface IScrollableInfo
Assembly: Syncfusion.SfCellGrid.UWP.dll
public interface IScrollableInfo
Properties
Declaration
bool CanHorizontallyScroll { get; set; }
Property Value
Declaration
bool CanVerticallyScroll { get; set; }
Property Value
Declaration
double ExtentHeight { get; }
Property Value
Declaration
double ExtentWidth { get; }
Property Value
Declaration
double HorizontalOffset { get; }
Property Value
Declaration
double HorizontalPadding { get; set; }
Property Value
Declaration
ScrollableContentViewer ScrollOwner { get; set; }
Property Value
Declaration
double VerticalOffset { get; }
Property Value
Declaration
double VerticalPadding { get; set; }
Property Value
Declaration
double ViewportHeight { get; }
Property Value
Declaration
double ViewportWidth { get; }
Property Value
Methods
Declaration
Declaration
Declaration
Declaration
Declaration
Rect MakeVisible(UIElement visual, Rect rectangle)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.UIElement |
visual |
|
Windows.Foundation.Rect |
rectangle |
|
Returns
Type |
Windows.Foundation.Rect |
Declaration
Declaration
Declaration
Declaration
PageDown()
Declaration
PageLeft()
Declaration
Declaration
PageUp()
Declaration
Declaration
void SetHorizontalOffset(double offset)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
Declaration
void SetVerticalOffset(double offset)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
Extension Methods