Skip to content

QScrollBar

QScrollBar is a widget that provides a scroll bar that you can use in your application.

Example

example_scrollBar.ts
import { QScrollBar } from '@vixen-js/core';
const scrollBar = new QScrollBar();

Learn more about QScrollBar in: https://doc.qt.io/qt-6/qscrollbar.html