I want if toolwindow is floating mode, toolwindow title text to be in the middle.
if (mapDockWindow.IsInFloatingMode)
{
// What should I do?
}
1 Answer, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 07 Jul 2020, 10:28 AM
Hello, Jin,
In order to set TextAlignment property when a ToolWindow is floating I can suggest handling the FloatingWindowCreated event set the following properties as shown below:
I hope this helps. Should you have other questions do not hesitate to ask.
Regards,
Nadya
Progress Telerik
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic. Our thoughts here at Progress are with those affected by the outbreak.