lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.72k stars 756 forks source link

I want to implement a dynamic column header for GirdView #1276

Closed tiejiang918 closed 1 week ago

tiejiang918 commented 1 week ago

Describe the bug

I want to implement a dynamic column header for GirdView, for example, in the code I screenshot, the column header is written dead (address/tag_name/value),I want to display the columns that need to be displayed through the bound ObservableCollectionin the constructor

To Reproduce

image

Expected behavior

I want to display the columns that need to be displayed through the bound ObservableCollectionin the constructor

Screenshots

No response

OS version

win11

.NET version

.net8

WPF-UI NuGet version

I don't know how to view the Nuget version of Jetbrain Rider2024

Additional context

No response

tiejiang918 commented 1 week ago

solved