QScrollBar
QScrollBar is a widget that provides a scroll bar that you can use in your application.
Example
import { QScrollBar } from '@vixen-js/core';
const scrollBar = new QScrollBar();
Learn more about QScrollBar
in: https://doc.qt.io/qt-6/qscrollbar.html