You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Something that I often end up putting in the HeaderedContentControl is a ScrollViewer that contains an ItemsControl. I would like to be able to use the HeaderedItemsControl for this, but because I want the Header to remain visible (I want to scroll only the ItemsControl), this would not work (unless there is a way to use HeaderedItemsControl that I am unaware of). I would like to see either a set of controls matching the Headered controls (ScrollableHeaderedContentControl & ScrollableHeaderedItemsControl) or a new property (maybe something like Boolean named MakeContentScrollable) added to HeaderedContentControl & HeaderedItemsControl. Thank you again to everyone who has helped make the current toolkit, and I hope to see even more in the future!