Hello.
I know that there is no (for now) possibility to add text to waitingbar so I did some workaround for this:
But it looks ugly and also waitingbarelement is mostly hidden by the text.
Maybe I'm doing something wrong? Maybe there is better workaround.
thanks
I know that there is no (for now) possibility to add text to waitingbar so I did some workaround for this:
var label = new RadLabel();label.Text = "some test";label.TextAlignment = ContentAlignment.MiddleRight;waitingBar.EnableTheming = true;waitingBar.RootElement.ElementTree.ThemeName = "Breeze";waitingBar.WaitingBarElement.Value = 0;waitingBar.Controls.Add(label);But it looks ugly and also waitingbarelement is mostly hidden by the text.
Maybe I'm doing something wrong? Maybe there is better workaround.
thanks