Displays List (Reference) provides a centralized interface for managing all displays in the solution, with DataGrid and CardView options for creating, organizing, and accessing display configurations.
Display List provides:
Access via Displays → List for complete display inventory and management.
Engine | Target | Features |
---|---|---|
Portable | WPF & HTML5 | Auto-conversion, cross-platform |
WPF Only | Windows clients | Full .NET capabilities |
HTML5 Only | Web browsers | Web-specific features |
Mode | Behavior | Use Case |
---|---|---|
Page | Replaces current display | Main screens |
Popup | Non-modal overlay | Information panels |
Dialog | Modal overlay | User prompts |
PopupWindow | Independent window (WPF) | Secondary monitors |
Configure in Draw → Display Settings
Option | Behavior | Aspect Ratio |
---|---|---|
StretchFill | Fill entire area | May distort |
StretchUniform | Fit within area | Maintained |
Responsive | Adapt to screen | Dynamic |
NoAction | Original size | Fixed |
Set in Display Settings → OnResize
Property | Description | Editable |
---|---|---|
Name | Display identifier | Yes |
Engine | Rendering platform | Yes |
PanelType | Canvas or Dashboard | Yes |
Mode | Page/Popup/Dialog | Via Draw |
Size | Display dimensions | Via Draw |
OnResize | Resize behavior | Via Draw |
Property | Controls | Default |
---|---|---|
EditSecurity | Design access | Engineering |
RunSecurity | Runtime access | All Users |
Property | Shows | Updated |
---|---|---|
BuildStatus | Compilation state | On save |
BuildErrors | Error count | On build |
BuildMessage | Compiler output | On build |
Group displays logically:
Hierarchy indication:
Build Errors:
Display Not Opening:
Resize Issues:
Wrong Platform:
csharp
// Check lock status
bool isLocked = Display.IsLocked;
string owner = Display.LockOwner;
// Force unlock (admin)
Display.ForceUnlock();
Field | Purpose | Auto-Updated |
---|---|---|
DateCreated | Creation audit | Yes |
DateModified | Change tracking | Yes |
VersionID | Version control | Yes |
ID | Unique identifier | Yes |