View Issue Details

IDProjectCategoryView StatusLast Update
0002123NoesisGUIC# SDKpublic2025-10-22 11:03
Reporteraschmitt Assigned Tosfernandez  
PrioritynormalSeveritycrash 
Status assignedResolutionopen 
Product Version3.1 
Target Version3.1 
Summary0002123: Assigning ColumnProperty throws exceptions
Description

myControl.SetValue(Grid.ColumnProperty, 0);

will throw an InvalidCastException

PlatformAny

Relationships

related to 0004441 resolvedsfernandez Not possible to animate Grid attached properties 

Activities

sfernandez

sfernandez

2021-10-08 13:08

manager   ~0007510

Column/Row properties in Noesis are defined as uint while WPF uses int. We should probably change that, but in the meantime there is an easy workaround:

Grid.SetColumn(myControl, 0);

Issue History

Date Modified Username Field Change
2021-09-17 18:00 aschmitt New Issue
2021-10-08 12:05 sfernandez Assigned To => sfernandez
2021-10-08 12:05 sfernandez Status new => assigned
2021-10-08 12:05 sfernandez Target Version => 3.1.2
2021-10-08 13:05 sfernandez Target Version 3.1.2 => 3.1
2021-10-08 13:08 sfernandez Note Added: 0007510
2025-10-22 11:03 sfernandez Relationship added related to 0004441