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
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