Class ScrollSettingsBuilder
Represents a class for ScrollSettingsBuilder which includes allow freeze swimlane, width, and height properties.
Inheritance
System.Object
ScrollSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class ScrollSettingsBuilder
Constructors
ScrollSettingsBuilder(KanbanScrollSettings)
Initializes a new instance of the ScrollSettingsBuilder class.
Declaration
public ScrollSettingsBuilder(KanbanScrollSettings scrollSettings)
Parameters
Type | Name | Description |
---|---|---|
KanbanScrollSettings | scrollSettings | It displays the list of ScrollSettings option |
Methods
AllowFreezeSwimlane(Boolean)
To allow the Kanban to freeze particular swimlane at the time of scrolling , until scroll reaches next swimlane and it continues.
Declaration
public ScrollSettingsBuilder AllowFreezeSwimlane(bool allowFreezeSwimlane)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowFreezeSwimlane | If set to |
Returns
Type | Description |
---|---|
ScrollSettingsBuilder | ScrollSettingsBuilder |
Height(Object)
Gets or sets an object that indicates to render the Kanban with specified scroll height.
Declaration
public ScrollSettingsBuilder Height(object height)
Parameters
Type | Name | Description |
---|---|---|
System.Object | height | It accepts Kanban height |
Returns
Type | Description |
---|---|
ScrollSettingsBuilder | ScrollSettingsBuilder |
Width(Object)
Gets or sets an object that indicates to render the Kanban with specified scroll width.
Declaration
public ScrollSettingsBuilder Width(object width)
Parameters
Type | Name | Description |
---|---|---|
System.Object | width | It accepts Kanban width |
Returns
Type | Description |
---|---|
ScrollSettingsBuilder | ScrollSettingsBuilder |