-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
I would like to put separators between some ListBoxItem. Just like :
Item | Item | Item
So I want to extend the StackPanel and render some separators on it. It is the simplest way to do that, I think.
BUT, the Render() of Panel is sealed.
Describe the solution you'd like
Could you please unseal the Render() of the Panel. I can not come out why it is sealed, in my opinion.
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable