Application and window infrastructure
Application lifetime, attached or explicit windows, shells, navigation, command surfaces, overlays, feedback, and application-owned services.
- MASApplication
- MASApplicationWindow
- Shell and navigation
Nexamas.UI is a SkiaSharp-based Windows Forms SDK for .NET Framework 4.8 and .NET 10 for Windows. It combines application infrastructure, controls, data-heavy surfaces, themes, layout, localization, and quality proof in one coherent product.
Engineering and package foundations are complete. Public purchase, download, and evaluation access are not open yet.
Nexamas.UI is designed around the application as a whole: windows, navigation, layout, interaction, data presentation, themes, materials, motion, localization, output routes, and validation infrastructure work through one product model.
The public API uses the stable MAS* family through the Nexamas.UI package and namespace root. The same consumer model is used on both supported target frameworks—there is no separate legacy product fork.
The product covers everyday controls and the larger systems required by business applications, dashboards, editors, data tools, and operational software.
Application lifetime, attached or explicit windows, shells, navigation, command surfaces, overlays, feedback, and application-owned services.
Buttons, text input, selectors, menus, lists, trees, editors, feedback controls, keyboard behavior, focus, and pointer interaction.
DataGrid, DataView, TreeGrid, PivotTable, Kanban, Agenda, dashboards, master-detail layouts, filters, charts, and file workflows.
Theme foundations, surface materials, chrome, effects, shadows, motion, visual states, and shared design recipes for coherent applications.
Application layout builders, sizing, virtualization, high-DPI behavior, localization routes, and right-to-left application composition.
Source gates, package consumers, render verification, runtime probes, and explicit output capability boundaries support release decisions.
These are captured product surfaces from the current Nexamas.UI showcase—not conceptual mockups.






Reference Nexamas.UI, attach an application window, add controls through typed factories, and compose the screen through public layout builders.
Imports Nexamas.UI.Application
Imports Nexamas.UI.Controls
Imports Nexamas.UI.Layout
Dim app As MASApplication = MASApplication.Create()
Dim window As MASApplicationWindow =
app.CreateWindow(owner:=Me)
Dim title As MASTitle =
window.Controls.AddTitle("Operations")
Dim save As MASButton =
window.Controls.AddButton("Save")
window.Controls.LayoutPage(
Sub(page)
page.FullWidth(title, MASSize.FillWidth)
page.FullWidth(save, MASSize.Default)
End Sub)
The 80-control product classification is approved. Public distribution and final ordering flows remain part of the active commercialization program.
Essential controls intended to support a capable real application rather than a deliberately crippled demo.
A useful base remains available while advanced scale, workflow, editing, persistence, or enterprise behavior is reserved.
High-value data, dashboard, editor, file, workflow, and application-composition controls for professional products.
The product page stays inside the current source, package, and policy evidence. Future capability is not presented as current functionality.
Built for Windows Forms applications on .NET Framework 4.8 and .NET 10 for Windows.
The current proof and commercial release lane is Release|x64.
No cross-platform package target is claimed.
Those routes remain explicitly unsupported until source, public API, and quality proof exist.
The version 1.0.0 engineering baseline, dual-target package model, public API, product controls, documentation, samples, and quality infrastructure are established. Licensing and delivery work continues before public access opens.