/// The HTML id for the virtual list scroll container element.
pub(crate)constVIRTUAL_LIST_CONTAINER_ID:&str="virtual-list-container";/// The default number of visible items to render when viewport height is not yet available.
pub(crate)constVIRTUAL_LIST_DEFAULT_VISIBLE_COUNT:usize=20;