Inheritance
System.Object
NumericButtonPanel
Assembly: Syncfusion.SfGrid.UWP.dll
public class NumericButtonPanel : Panel, IScrollableInfo
Constructors
Declaration
public NumericButtonPanel()
Properties
Declaration
public bool CanHorizontallyScroll { get; set; }
Property Value
Declaration
public bool CanVerticallyScroll { get; set; }
Property Value
Declaration
public double ExtentHeight { get; }
Property Value
Declaration
public double ExtentWidth { get; }
Property Value
Declaration
public double HorizontalOffset { get; }
Property Value
Declaration
public double HorizontalPadding { get; set; }
Property Value
Declaration
public ScrollableContentViewer ScrollableOwner { get; set; }
Property Value
Declaration
public double VerticalOffset { get; }
Property Value
Declaration
public double VerticalPadding { get; set; }
Property Value
Declaration
public double ViewportHeight { get; }
Property Value
Declaration
public double ViewportWidth { get; }
Property Value
Methods
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
Declaration
Declaration
Declaration
Declaration
Declaration
public 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
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Declaration
public void MouseWheelDown()
Declaration
public void MouseWheelLeft()
Declaration
public void MouseWheelRight()
Declaration
public void MouseWheelUp()
Declaration
Declaration
Declaration
Declaration
Declaration
public void SetHorizontalOffset(double offset)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
Declaration
public void SetVerticalOffset(double offset)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
Implements
Extension Methods