winforms - Change text position on Infragistics UltraCheckbox -


i'm using infragistics netadvantage winforms. default, text on checkbox appears right of checkbox. possible text display left of checkbox? cannot find property controls text position.

the property need use called checkalign , should set 1 of these values:

 middleright   topright   bottomright 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -