This is a migrated thread and some comments may be shown as answers.

RadLabel Location

1 Answer 108 Views
Label
This is a migrated thread and some comments may be shown as answers.
Alfonsina
Top achievements
Rank 1
Alfonsina asked on 04 Jul 2012, 07:47 AM

Hello Telerik Team,

I have a problem with the RadLabel location. I need the label in a RadGroupBox and I did it like this:

RadGroupBox time = new RadGroupBox();
time.Text = "Zeit Wahl";
time.Left = 20;
time.Top = 280;

RadLabelElement labelTime = new RadLabelElement();
labelTime.Text = "Zeitintervall von/bis wählen:";
labelTime.Location = new Point(20, 410);

 time.GroupBoxElement.Header.Children.Add(labelTime);
panelTypeCharts.Controls.Add(time);

But The label is not moving to the location I gave it.Any suggestions?

Thanks very much

kind regards,

Alfonsina

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 04 Jul 2012, 05:07 PM
Hello Alfonsina,

Please find the answer in the other thread where you have put the same question:
http://www.telerik.com/community/forums/winforms/buttons/rabbutton-in-radgroupbox-or-groupbox.aspx 

Kind regards,
Nikolay
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
Label
Asked by
Alfonsina
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or