View Issue Details

IDProjectCategoryView StatusLast Update
0004774NoesisGUIStudiopublic2026-02-04 16:50
Reporterdstewart Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status assignedResolutionopen 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004774: GridSplitters Cannot Have Their 'Preview' Style Customized
Description

Currently, the GridSplitter Element provides the option to set a Custom Style for its 'Preview' Part, which shows the GridSplitter in a 'ghosted' presentation during the click-and-drag process of using the GridSplitter at runtime.

It appears however, that creating a new Style for this 'Preview' part is not supported, and all changes within the Style's Properties generate XAML errors.

See attached video.


Repro Steps:

1) Create a Studio Project containing a MainPage.xaml
2) Introduce a GridSplitter Element to the Root Grid of the Page, and give it a size of 256x256 to make it nice and visible.
3) From the Navigator, right-click on the GridSplitter Element, and from its Context Menu, navigate to Styles --> Preview --> Create
This will create a Style in the Inline Style Dummy Editor.

4) Within the Style, pick any Property from the Style's Properties Panel (Opacity is a good choice)

5) Adjust the value of the chosen Property.

Observe how the change in Style Property Value instantly causes a XAML error in studio.
Observe how if Opacity was chosen as the Property, the newly-chosen value not logging, and 'snapping' back to its original value.

Expected Results: Properties within an accessible Style in Studio can be freely modified and saved without generating XAML errors.

Attached Files
PlatformAny

Activities

sfernandez

sfernandez

2026-02-04 16:49

manager   ~0011837

Last edited: 2026-02-04 16:50

The created Style is missing the TargetType="Control", as the Preview is a "Control" object.

Issue History

Date Modified Username Field Change
2026-02-04 14:29 dstewart New Issue
2026-02-04 14:29 dstewart File Added: 2026-02-04 08-05-52_Cropped_Compressed.mp4
2026-02-04 16:48 sfernandez Assigned To => sfernandez
2026-02-04 16:48 sfernandez Status new => assigned
2026-02-04 16:48 sfernandez Target Version => Studio_Beta
2026-02-04 16:49 sfernandez Note Added: 0011837
2026-02-04 16:50 sfernandez Note Edited: 0011837