display checkbox label on left hand side - possible?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Is there a setting/property for displaying a checkbox label (or radiobutton
label) on the left hand side instead of the right hand side? Or am I limited
to no text in the label - take on parent backcolor and add my own label to
the left side?

Thanks,
Rich
 
Try setting the RightToLeft property on the CheckBox or RadioButton.

================
Clay Burch
Syncfusion, Inc.
 
Try setting the RightToLeft property on the CheckBox or RadioButton.

The RightToLeft controls which direction the text flows. I think (but
can't verify right this minute) that there is a CheckAlign or
TextAlign property which will determine where the text is relative the
the checkbox.
 
Thank you all for your replies. Yes, RightToLeft set to Yes will put the
label on the left side.

Thanks,
Rich
 
Rich said:
Thank you all for your replies. Yes, RightToLeft set to Yes will put the
label on the left side.

Note that this property is intended for use with right-to-left
languages/cultures.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top