fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.48k stars 515 forks source link

Is it possible to access ResizeableContentControl from another assembly? #1124

Closed ychumpov closed 1 year ago

ychumpov commented 1 year ago

I'm trying to make my own style for the SplitButton based on default SplitButton style. However it looks like ResizeableContentControl which is part of the default SplitButton style is not accessible from outside.

Environment

batzen commented 1 year ago

ResizeableContentControl was introduced in version 10, so it's not available in version 9. I am currently struggling to find time to finish version 10, but you can already use the preview version.

ychumpov commented 1 year ago

Thanks! In preview version it is OK.