Vixen
dd8b0a81

Core · guide

Docking panels

DockingHost is splitters, tab groups, tear-off windows and a layout that round-trips through YAML; DockPanel is one panel in it, and the thing most worth knowing about a panel is that it scrolls itself — no ScrollView is involved, and Fills is how a view that must not scroll says so.

Edit this page on GitHub

Documents

Next

  • Running a UI application — UiApplication.Run(options) is the whole of a Vixen interface's Main — a window, a device and the four steps of a frame — and this is what the options say, when the three events fire relative to the layout, and why the loop redraws every frame instead of when something changed.