Static TypeOne of CtrlProperties
This function is actually inherited from ExtJS: https://docs.sencha.com/extjs/6.2.0/modern/Ext.mixin.Observable.html#method-on
Optional scope: anyOptional options: objectScrolls the selected item into view.\
This function hasn't been tested & used a lot so far which means that it could easily be that it won't work under all conditions (e.g. horizontal scrolling, elements with absolute positioning etc)
Optional value: string | number | booleanIf not given the currently selected one will be scrolled into view
Optional pos: "Center" | "Top" | "Bottom"'Top', 'Center' or 'Bottom'
Optional ifNeeded: booleanIf true, only scrolls if the given is el isn't already visible.
Optional animateDuration: numberAnimation duration in [ms].
Optional scrollInnerDV: booleanBy default the outer element is scrolled. Depending on the styles it can be necessary to scroll the inner dataview element...
Show or hide the control
True: "Show"
False: "PluggedOut"
Optional updateCtrlProperty: booleanFills the dataview store with the given data
An array of ListCtrlEntryData if the dataview is using a standard layout
(i.e. property Custom layout is not set).
If using a custom layout, the given properties inside entries need to match the properties used
in the layout (usually everything after values.).
This function is actually inherited from ExtJS: https://docs.sencha.com/extjs/6.2.0/modern/Ext.mixin.Observable.html#method-un
Optional scope: anyGenerated using TypeDoc
This is the actual name of the component