microsoft / WinUI-Gallery

This app demonstrates the controls available in WinUI and the Fluent Design System.
MIT License
2.65k stars 612 forks source link

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

Open Jay-o-Way opened 1 month ago

Jay-o-Way commented 1 month ago

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?