Hello,
we are using the the ribbonbar control from the wisej-3-ribbonbar library. It’s equivalent in Windows offers a collapsed/minimized state reachable from the context menu which then opens a pulldown menu when clicked instead of a tab eating up a lot of space on the form/page. I couldn’t find such a setting in this implementation of the control. Is there one or will this be added sometime?
Hi Branko
Today was relased WisejNet 3.0.11 and also the fix on RibbonBar extension that resolve the issue that you comment us, thanks
Here let a little sample and a video gif of it
HTH
Hi Branko
We has a enhancement in the RibbonBar extension that has the functionality that You feedback to us.
It use a new property CompactView, that simplify all the stuff.
For now is available con GitHub. You must download the code, compiled it and reference from your project. You must reference the aseembly for Net48 and remove the reference from Nuget for only this extension.
Whit the new release of WisejNET, will be available on Nuget too.
I attach a new sample that use the enhancement.
Thanks for your feedback
Hi
I was wrong in the sample. I used a tab control instead of the ribbonbar extension. My bad
Now I attach the right sample 🙂
Anyways, the ribbonbar must be used in conjunt with a panel for has the functionality that you describe.
And is not necessary use a third party control
With wisej and his extensions is possible to has the same winforms standars UI functionalities.
Here the link to Ribbonbar documentation
HTH
Hi
For occulting the tabs you can simply set his property visible to false when you colapse the panel and to true whe expand it
Here an image of the sample code and how it seeing
HTH
Hello,
sorry but this isn’t a viable solution. The tab buttons are bearly visible when collapsed (and still clickable) and the area below isn’t handled as an overlay but just switched visible (or not) which leaves plenty of space unused when minimized.
Hi
thanks for write us
Wisej ribbonbar hasn’t 100% equivalent respect winforms but you can has the same functionality using a panel and puting a ribbon bar into it .
I attach a sample demo of how to achieve this.
HTH
Please login first to submit.