Skip to main content
Version: v11.6.0

Marquee

Marquee widget is used to display the content in marquee styles, any widget can be dropped into it.

Properties

PropertyDescription
NameThe name is a unique identifier for Marquee.
Layout
WidthThe width of your widget can be specified in px or % (i.e 50px, 75%).
HeightThe height of your widget can be specified in px or % (i.e 50px, 75%).
Behavior
Scroll DelaySets the delay in the scroll of the Marquee.
Scroll AmountIncreasing scroll amount increases the speed of the scroll.
DirectionChanges the direction of the scroll, choose from up, down, left or right.
ShowShowing determines whether or not a component is visible. It is a bindable property.
Load on Demand (visible only when show property is bound to a variable)When this property is set and show property is bound, the initialization of the widget will be deferred till the widget becomes visible. This behavior improves the load time. Use this feature with caution, as it has a downside (as we will not be able to interact with the widget through script until the widget is initialized). When show property is not bound the widget will be initialized immediately.