Text Alignment in Grid Control & is-transparent questions in Developer Help
|
|
I have a grid, It has 3 columns which have combination of text and objects. How would I set the alignment of the text to the three different columns
IE
Column 1 | Column 2 | Column 3
Left align | Center Align | Right Align
Second question, what does the Label is-transparent do? I have two labels that overlap, one of them is suppose to be partially transparent (Gif/Png style transparency) but when I set is-transparent the image just disappears. Is this suppose to happen? If it is, how is it different than visibility?
|
is-transparent makes the label's background transparent. Not the text, just the background.