-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Describe the problem this feature would solve
Describe the solution
Describe alternatives you've considered
Additional context & Screenshots
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!