admin Site Admin
Joined: 08 Feb 2012 Posts: 32
|
Posted: Wed Feb 15, 2012 3:37 pm Post subject: How align the caption to the left of PxEdit components? |
|
|
The components PxEdit, PxCombobox, PxJsDatePicker, PxMemo, PxLabel and under, you can align the caption through AlignLabel property. More examples below:
Code: | edtIDADRESAR.AlignLabel = enumAlignLabel.taLeftJustify; |
|
|