Not able to maximize the application while using RadTitleBar.

1 Answer 69 Views
TitleBar
Sanoop
Top achievements
Rank 1
Sanoop asked on 04 Oct 2021, 09:04 AM | edited on 05 Oct 2021, 09:08 AM

For the application we want to customize the windows form title bar with showing product name, logo and license information and other details. As it is not possible with windows form title bar to do customization, we are using RadTitleBar on windows form. But if we used RadTitleBar and FormBorderStyle as Sizable, the application window is not showing in full screen and not able to resize the window. Sample application is attached. 

Please let us know solution using RadTitleBar and get the main application window show full screen, as well allow resize the window and in windows taskbar when mouse over on the application it has to show the title bar text also, like any other windows form application behaviour.

We are using Telerik 2019.2 winforms licensed version, any immediate help will be appreciated.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 05 Oct 2021, 10:19 AM

Hello, Sanoop, 

I have reviewed the provided sample project. It seems that setting the Form.MaximizedBounds to Screen.GetWorkingArea(this) affects the maximized state of the form.

Without MaximizedBounds:

With MaximizedBounds:

If you don't limit the size, it works as expected.

Please have in mind that usually RadTitleBar is used in combination with our ShapedForm. I have updated the sample project for your reference. Please give it a try and see how it works on your end.

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Sanoop
Top achievements
Rank 1
commented on 05 Oct 2021, 11:05 AM

Thank You Very Much Dess
Tags
TitleBar
Asked by
Sanoop
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or