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.
Is it possible to make items with a fixed width?
A StaticBarItem alway has the width of the text. I would like to have item with a fixed width and one item that fills the rest of the width of the statusbar.
Regards,
Per K. Jensen
RPRamesh Praveen Syncfusion Team March 18, 2003 01:15 PM UTC
Hi,
I suppose you want the items to be laid out horizontally (rather than vertically)?
For such custom layout needs, we recommend that you then use the "Panel approach". You can drop a Panel inside a XPTaskBarBox and place LinkLables into the Panel at any position you wish.
Using the StaticBarItem provides you some basic layout and when this doesn't suite your needs, you will have to go to the Panel approach.
Regards,
Praveen Ramesh