1. I have in my table 2 column, one I wish to display and the second I don't
how do I add 1 column with data that will be hidden
2. how do I align the test to the right?
1. I have in my table 2 column, one I wish to display and the second I don't
how do I add 1 column with data that will be hidden
2. how do I align the test to the right?
Just a few questions:
- How do you fill the ListView ?
- Do you really need the second column ?
If no, you could use the ListView with a single line and just fill that one.
The text alignment to the right works the same way. ListView1.SingleLineLayout.Label.Gravity = Gravity.RIGHT
Apols. I thought it was "obvious" - singlelinelayout, if you've got a single line or twolinelayout if you've got two lines and twolinelayoutandbmp if you've got two lines and a bitmap...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.