View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002123 | NoesisGUI | C# SDK | public | 2021-09-17 18:00 | 2025-10-22 11:03 |
| Reporter | aschmitt | Assigned To | sfernandez | ||
| Priority | normal | Severity | crash | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.1 | ||||
| Target Version | 3.1 | ||||
| Summary | 0002123: Assigning ColumnProperty throws exceptions | ||||
| Description | myControl.SetValue(Grid.ColumnProperty, 0); will throw an InvalidCastException | ||||
| Platform | Any | ||||
| related to | 0004441 | resolved | sfernandez | Not possible to animate Grid attached properties |
|
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); |
|
| 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 |