w-ahmad / WinUI.TableView

A light weight TableView component for WinUI3
MIT License
128 stars 9 forks source link

Add Column Visibility control #14

Closed Bush-cat closed 4 months ago

Bush-cat commented 4 months ago

Is your feature request related to a problem? Please describe. I wanted to add an Errormessage to my table/datagrid but the column should only be visible if there are any messages In the WinUI CommunityToolkit Datagrid you could achieve that by setting Visibility="Collapsed" on that column, then the column completely disappears

Describe the solution you'd like I would like to have that Feature so I could bind it.

Additional context I have my table in an expander which already auto expands if there are any error messages, if there was the visibility, I could simply bind it.