[DevExpress Support Team: CLONED FROM T859095: bad behavior with Fluent form]
Please see the attached sample, based on your sample where I did some modifications.
- I would like use Fluent form as Main Form and where I can add dynamically the main Menu ( is done in my app).
- I would like to use Fluent Form always in mode overlay, hamburger menu always collapsed. ( with the code in attached sample it works good).
- When I click on the hamburger menu icon, it expand but when i click outside of the hamburger menu, it collapse automatically (what I have works good).
- Finally, I want the hamburger menu collapsed and outside of the main form, It looks that the MainMenu is for entire app. If the mainMenu is inside of the Mainform it looks that the mainMenu belongs to active form. This is small thing that in my opinion makes big difference.
- If I use the EnableAcrylicAccent = false; the MainMenu is always inside of the mainForm.
So, is it possible to show the hamburger menu outside of the main form us9ing EnableAcrylicAccent = false; ? I don't need transparency.
Hello Jose,
I reproduced this behavior and passed it to our developers for further research. We will update this thread as soon as we have any results.
Hello Jose,
Thank you for your patience. We researched this behavior and found that when the EnableAcrylicAccent property is disabled, the ExtendNavigationControlToFormTitle property is not taken into account. We will change this behavior in the scope of the fix we will provide in this thread. Once you apply this fix, you can override the ExtendNavigationControlToFormTitle property to extend Hamburger Menu:
protected override bool ExtendNavigationControlToFormTitle => true;
Good morning,
I request hotfix but I think the new maintenance release is coming. If the request hotfix spend lot of time to do it, you can cancel and I wait for new release DX.19.2.7
Best regards
jose
Hello Jose,
It's OK. Preparing a hotfix doesn't take much time. We haven't set the final maintenance release date. Depending on what we prepare first, we will either provide a link to download the hotfix or the latest minor version in this thread.
Thanks Sasha