keepScrollPosition property
bool?
get
keepScrollPosition
An optional flag to maintain the scroll position of the quick pick when the quick pick items are updated. Defaults to false.
Implementation
_i2.bool? get keepScrollPosition => _i5.getProperty(
this,
'keepScrollPosition',
);
set
keepScrollPosition
(bool? value)
Implementation
set keepScrollPosition(_i2.bool? value) {
_i5.setProperty(
this,
'keepScrollPosition',
value ?? _i6.undefined,
);
}