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.
The approved inventory and package architecture are established. Remaining product work may continue in parallel, while public Preview download stays gated until documentation, legal, packaging, and verification work is complete.
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 approved inventory spans everyday controls and larger systems for business applications, dashboards, editors, data tools, and operational software. Inventory presence is not presented as a release-readiness promise.
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.
The gallery is assembled from captured Nexamas.UI desktop Showcase surfaces. Images are delivered to the browser; the proprietary SDK and Professional binaries are not.






Focused controls and workflows captured from the same desktop Showcase.







The sample contains separate C# and Visual Basic Windows Forms projects. It references Nexamas.UI 1.0.0-preview.1 and contains no SDK DLL, PDB, package payload, Professional binary, or proprietary Nexamas.UI source.
The Preview package itself remains unpublished until the release gates are complete. The sample becomes directly restorable when the package is released.
<PackageReference
Include="Nexamas.UI"
Version="1.0.0-preview.1" />
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 classification is approved: 51 Community, 9 shared Community + Pro controls, and 20 Professional controls. This is a product boundary and inventory—not a claim that every implementation path is release-ready today.
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 evidence, and approved product classification are established. Remaining Nexamas.UI and Nexamas.UI.Pro work can continue independently while the website prepares the Community Preview, documentation, legal pages, release artifacts, and verification gates.