Hi,
I have an application that is full screen (it covers the taskbar) with a RadDocking as main layout. When I maximize a floating pane, it doesn't fill the screen, there is a gap that would have been filled by the taskbar.
I reproduced it with the demo project :
- Set WindowStyle="None" in Shell.xaml
- Go to the RadDocking demo
- Maximize a floating pane
Is there a way to prevent that behavior ?
Thank you!
Etienne
I have an application that is full screen (it covers the taskbar) with a RadDocking as main layout. When I maximize a floating pane, it doesn't fill the screen, there is a gap that would have been filled by the taskbar.
I reproduced it with the demo project :
- Set WindowStyle="None" in Shell.xaml
- Go to the RadDocking demo
- Maximize a floating pane
Is there a way to prevent that behavior ?
Thank you!
Etienne
8 Answers, 1 is accepted
0
Hi Etienne,
We tried to reproduce this behavior with our QSF demos, but to no avail - the maximized floating panes take all the available space over the taskbar. Can you point us to the RadDocking demo that is mentioned in your post?
I am glad to assist you further.
Regards,
George
Telerik
We tried to reproduce this behavior with our QSF demos, but to no avail - the maximized floating panes take all the available space over the taskbar. Can you point us to the RadDocking demo that is mentioned in your post?
I am glad to assist you further.
Regards,
George
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Etienne
Top achievements
Rank 1
answered on 06 Mar 2015, 06:36 PM
Hi,
It's the demo project of WPF 2014 Q3, but the issue is present in our application which use 2015 Q1 with .Net Framework 4.5.1.
The OS is Windows 7 64 bits.
Thank you,
Etienne
It's the demo project of WPF 2014 Q3, but the issue is present in our application which use 2015 Q1 with .Net Framework 4.5.1.
The OS is Windows 7 64 bits.
Thank you,
Etienne
0
Hello Etienne,
We tried several scenarios with the First Look of Docking example in the WPF Demos but the floated windows behaves as expected. Can you send us a video in order to reproduce the behavior.
Regards,
George
Telerik
We tried several scenarios with the First Look of Docking example in the WPF Demos but the floated windows behaves as expected. Can you send us a video in order to reproduce the behavior.
Regards,
George
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Etienne
Top achievements
Rank 1
answered on 12 Mar 2015, 03:42 PM
Hi,
Here is a video, I used WPF Demos 2015 Q1. Rename it to wmv.
Thank you,
Etienne
Here is a video, I used WPF Demos 2015 Q1. Rename it to wmv.
Thank you,
Etienne
0
Hi Etienne,
Thank you for sending us the sample video. We took some time and investigate the behavior and we can confirm that this comes from the default WPF Window - the floating panes in RadDocking control are actually Windows. Please refer to the attached sample project which reproduces the same behavior with the default Wpf controls. We are not aware of any workarounds at this moment.
Regards,
George
Telerik
Thank you for sending us the sample video. We took some time and investigate the behavior and we can confirm that this comes from the default WPF Window - the floating panes in RadDocking control are actually Windows. Please refer to the attached sample project which reproduces the same behavior with the default Wpf controls. We are not aware of any workarounds at this moment.
Regards,
George
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Etienne
Top achievements
Rank 1
answered on 19 Mar 2015, 09:23 PM
Hi George,
Thanks for your reply, now at least I know what the problem is.
Etienne
Thanks for your reply, now at least I know what the problem is.
Etienne
0
Etienne
Top achievements
Rank 1
answered on 19 Mar 2015, 09:42 PM
Hi,
In your sample project, if I set the WindowStyle of the second window to None, it works. Is it possible to do this to the floating panes of a RadDocking ?
Etienne
In your sample project, if I set the WindowStyle of the second window to None, it works. Is it possible to do this to the floating panes of a RadDocking ?
Etienne
0
Hi Etienne,
The WindowStyle of the windows that host the ToolWindows is actually None - we clear the style and add our logic for dragging, maximazing, etc. However, by design the ToolWindows act like a default WPF Windows and this cannot be changed with the current version of RadDocking.
Regards,
George
Telerik
The WindowStyle of the windows that host the ToolWindows is actually None - we clear the style and add our logic for dragging, maximazing, etc. However, by design the ToolWindows act like a default WPF Windows and this cannot be changed with the current version of RadDocking.
Regards,
George
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.