Class ScrollerProperties
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ScrollerProperties : EJTagHelper
Constructors
ScrollerProperties()
Initializes a new instance of the ScrollerProperties class.
Declaration
public ScrollerProperties()
Properties
AutoHide
Gets or sets a value to show the scrollbar when move the cursor towards content and hide when leave the content area.
Declaration
[JsonProperty("autoHide")]
public bool AutoHide { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ButtonSize
Gets or sets the button size of the scrollbar.
Declaration
[JsonProperty("buttonSize")]
public int ButtonSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContentTemplate
Gets or sets a value indicating the content template for scroller content.
Declaration
[JsonIgnore]
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Create
Gets or sets a value indicating this event gets fired after scroller control is created.
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Destroy
Gets or sets a value indicating this event gets fired after scroller control is destroyed.
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enabled
Gets or sets a value indicating whether the control can respond to user interaction.
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnablePersistence
Gets or set the value indicating scrollbar model value even after form post back/browser refresh sustains or not.
Declaration
[JsonProperty("enablePersistence")]
public bool EnablePersistence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableRTL
Gets or sets a value to align the scroller content in right to left direction.
Declaration
[JsonProperty("enableRTL")]
public bool EnableRTL { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableTouchScroll
Gets or sets a value to enable or disable the touch scroll.
Declaration
[JsonProperty("enableTouchScroll")]
public bool EnableTouchScroll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Height
Gets or sets the height of the scroll panel.
Declaration
[JsonProperty("height")]
public object Height { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Scroll
Gets or sets a value indicating this event gets fired when scroller gets moved.
Declaration
[JsonProperty("scroll")]
public string Scroll { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScrollerSize
Gets or sets a value indicating the scrollbar size.
Declaration
[JsonProperty("scrollerSize")]
public int ScrollerSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScrollLeft
Gets or sets a value indicating scroller content and scrollbars move to left position with specified value.
Declaration
[JsonProperty("scrollLeft")]
public int ScrollLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScrollOneStepBy
Gets or sets a value indicating the scrollbar position to be moved when the scrollbar button pressed.
Declaration
[JsonProperty("scrollOneStepBy")]
public int ScrollOneStepBy { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScrollTop
Gets or sets a value indicating scroller content and scrollbars move to top position with specified value.
Declaration
[JsonProperty("scrollTop")]
public int ScrollTop { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TargetPane
Gets or sets a value to define the target area in which scrollbar have to appear.
Declaration
[JsonProperty("targetPane")]
public string TargetPane { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WheelEnd
Gets or sets a value indicating this event gets fired when stop the trackball in mouse.
Declaration
[JsonProperty("wheelEnd")]
public string WheelEnd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WheelMove
Gets or sets a value indicating this event gets fired when move the trackball in mouse.
Declaration
[JsonProperty("wheelMove")]
public string WheelMove { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WheelStart
Gets or sets a value indicating this event gets fired immediately when start to scroll the trackball in mouse.
Declaration
[JsonProperty("wheelStart")]
public string WheelStart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Gets or sets the width of the scroll panel.
Declaration
[JsonProperty("width")]
public object Width { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |