The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
KRKannan R Syncfusion Team March 27, 2017 09:53 AM UTC
Hi Nick
Thank you for contacting Syncfusion support.
This reported requirement can be achieved by using its property named “CaptionVerticalAlignment” in MetroForm. Please make use of below code snippet for your reference.
Kindly check with above solution and let us know if it helps.
Regards
Kannan
NMNick MesiscaMarch 27, 2017 11:54 AM UTC
Hello,
i don't think i understand your answer.. it looks to me like the captionbuttons in the pics you attached, are all vertically centered..
I would like to have the buttons at the top of the form, while the title stays vertically centered..
thanks
Nick
KRKannan R Syncfusion Team March 27, 2017 12:11 PM UTC
Hi Nick
Thank you for your update.
At present there is no possibility to customize the location of Control Box Buttons. This reported requirement can be achieved by hiding default Control Box and using Custom Caption Image option and by handling below events for customizing the Control Box button like appearance and functionality.
·ImageMouseEnter
·ImageMouseLeave
·ImageMouseMove
·ImageMouseUp
We have prepared an example based on this requirement for your reference and it can be downloaded from below location.