View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001385 | NoesisGUI | C# SDK | public | 2019-01-09 15:30 | 2025-08-06 17:21 |
| Reporter | darthmaule2 | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 2.2.0b5 | ||||
| Summary | 0001385: Difference from WPF - Some functions missing from VirtualizingPanel/Panel base classes | ||||
| Description | These functions are missing from the VirtualizingPanel class: This property is missing from the Panel base class: Panel's InternalChildren property is just the same as Children, so you can use that. All the Add/Insert/Remove Child methods are just redirected to the children collection, so you can use Children.Add/Insert/Remove instead. Recommended work-around for now from Sergio: public class VirtualizingTilePanel : Noesis.VirtualizingPanel, Noesis.IScrollInfo | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-01-09 15:30 | darthmaule2 | New Issue | |
| 2019-01-24 11:07 | sfernandez | Assigned To | => sfernandez |
| 2019-01-24 11:07 | sfernandez | Status | new => assigned |