Elements

Base views, pages, panels and native-view elements.

Classes

ClassSummary
ContentViewA full screen: compose its tree into ContentView.Content in the constructor.
ContentView<TViewModel>A page bound to a typed ViewModel: bind with Bind(...).
ItemView<TItem>The element tree for one item in a CollectionView.
PanelBase for views that measure and arrange one or more children.
ViewBase of every SkeleKit element: owns one lazily-created native view and takes part in the measure/arrange engine.
ViewCollectionThe children of a Panel, raising a change callback so the panel can relayout.