Status Strip Custom Height

1 Answer 54 Views
StatusStrip
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Mark asked on 28 Oct 2022, 04:18 PM

I am not having any luck finding a way to adjust the height of status string on my form.

 

TIA for any help

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 31 Oct 2022, 06:23 AM

Hello, Mark,

If I understand your requirement correctly, you need to change the default height of RadStatusStrip. The following code snippet demonstrates how to increase the height: 

            this.radStatusStrip1.MinimumSize = new Size(0, 40);
            this.radStatusStrip1.StatusBarElement.StretchVertically = true;

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

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
StatusStrip
Asked by
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or