@microsoft/fast-foundation > HorizontalScroll > scrollItemsChanged
HorizontalScroll.scrollItemsChanged() method
Updates scroll stops and flippers when scroll items change
Signature:scrollItemsChanged(previous: HTMLElement[], next: HTMLElement[]): void;
Parameters
Parameter | Type | Description |
---|---|---|
previous | HTMLElement[] | current scroll items |
next | HTMLElement[] | new updated scroll items |
void