WinUI-Gallery icon indicating copy to clipboard operation
WinUI-Gallery copied to clipboard

Consolidate code for "lists/tables" on Geometry, Spacing, Typography pages

Open Jay-o-Way opened this issue 1 year ago • 3 comments

Issue type

enhancement

Description

On the Geometry, Spacing, Typography pages we find a sort-of list with code examples. There are two completely different approaches used to build them: a TypographyControl versus Grid. Would be good to use one and the same approach. Maybe even a better control for the entire table?

Jay-o-Way avatar May 21 '24 11:05 Jay-o-Way

Typography had some unique needs as the fontsizes needed to be dynamic.

We don't have a DataTable/DataView control in WinUI, so I'd suggest waiting for that before doing anything else as it would provide additional features like draggable columns.

niels9001 avatar Jan 29 '25 15:01 niels9001

We don't have a DataTable/DataView control in WinUI

Is there something in the Community Toolkit perhaps?

Jay-o-Way avatar Mar 11 '25 15:03 Jay-o-Way

Yes, there is a DataTable in the community toolkit

OphirBleicher avatar Sep 23 '25 15:09 OphirBleicher