BaseScreen Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
Specifies whether a of an element of this screen will scroll to the element using the or not.
Syntax: public bool CanScrollToFindElement { get; set; }
Global default value for the property, in the case that nothing else is configured.
Syntax: public static bool DefaultCanScrollToFindElement { get; set; } = false;
Overrides and defaults to if not set.
Syntax: public
Filters { get; set; }
A Filter containing the whole screen. It is recommended to use this as filter for contained elements. Defaults to if not set. When setting this property, only the dimension of the ScreenSelect are changed, but the object reference remains the same.
Syntax: public virtual
ScreenSelect { get; protected set; }
The scroller that will be used to scroll on this screen. By default is used to set the scroller. This Scroller is used by the method of the screen.
Syntax: public
Scroller { get; protected set; }