Completed
Last Updated: 30 May 2014 10:33 by ADMIN
ADMIN
Dimitar
Created on: 01 Oct 2013 03:27
Category: Form
Type: Bug Report
0
FIX. RadRibbonFormBehaviour - the auto-hide windows taskbar does not show when the form is maximized.
To reproduce:
- set your windows taskbar to auto-hide. 
- Add RadForm to a blank solution.
- Change the forms behaviour with the following one:

RadRibbonFormBehavior radRibbonFormBehavior1 = new RadRibbonFormBehavior();
this.radRibbonFormBehavior1.Form = this;
this.FormBehavior = this.radRibbonFormBehavior1;

- When you maximize the form the taskbar won't show like in the normal case.
0 comments