View Issue Details

IDProjectCategoryView StatusLast Update
0002415NoesisGUIUnitypublic2026-03-04 00:39
ReporterDevFear Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product Version3.1.5 
Target Version3.2.13 
Summary0002415: Binding TranslateTransform in Style
Description

When working with the User Control style. When TranslateTransform is bound to an element property, then in Blend the layout is updated under the change of this property. But in Unity, the binding seems to disappear and TranslateTransform does not work. There are no errors in the logs.

Steps To Reproduce

<Style TargetType="{x:Type local_windows:BaseLocalWindow}">
<Setter Property="Width" Value="320" />
<Setter Property="Height" Value="430" />
<Setter Property="Background" Value="{DynamicResource LowerLevel}" />
<Setter Property="RenderTransform">
<Setter.Value>
<TransformGroup>
<TranslateTransform
X="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=local_windows:BaseLocalWindow},
Path=OffsetX, Mode=OneWay}"
Y="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=local_windows:BaseLocalWindow},
Path=OffsetY, Mode=OneWay}" />
</TransformGroup>
</Setter.Value>
</Setter>
</Style>

Attached Files
Style.PNG (16,348 bytes)   
Style.PNG (16,348 bytes)   
PlatformAny

Relationships

related to 0004635 assignedsfernandez TranslateTransform leveraging StaticResource does not work properly if defined in Style 

Activities

Issue History

Date Modified Username Field Change
2022-09-12 12:10 DevFear New Issue
2022-09-12 12:10 DevFear File Added: Style.PNG
2022-09-12 19:45 sfernandez Assigned To => sfernandez
2022-09-12 19:45 sfernandez Status new => assigned
2022-09-12 19:45 sfernandez Target Version => 3.2.0
2022-09-12 19:45 sfernandez Steps to Reproduce Updated
2023-03-27 12:14 jsantos Target Version 3.2.0 => 3.2
2024-12-12 20:49 sfernandez Target Version 3.2 => 3.2.7
2025-01-20 17:42 jsantos Target Version 3.2.7 => 3.2.8
2025-06-06 12:52 jsantos Target Version 3.2.8 => 3.2.9
2025-10-02 00:48 jsantos Target Version 3.2.9 => 3.2.10
2025-10-10 13:29 jsantos Category Unity3D => Unity
2025-10-20 18:25 jsantos Target Version 3.2.10 => 3.2.11
2025-12-11 10:32 sfernandez Relationship added related to 0004635
2026-01-20 19:32 jsantos Target Version 3.2.11 => 3.2.12
2026-03-04 00:39 jsantos Target Version 3.2.12 => 3.2.13