This is a migrated thread and some comments may be shown as answers.

Cell Number Position on Android

2 Answers 58 Views
Calendar & Scheduling
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 17 Aug 2017, 07:18 PM
Hello!

How can I set the Number Text Position on Android? I am using a CustomizationRule for all my cells but I can't figure out how to set the position of the numbers (Center). I am currently doing it like this:

cell.TextPosition = 1;
cell.TextPositionX();
cell.TextPositionY();
cell.SecondaryTextPosition = 1;

 

Any thoughts on this?

2 Answers, 1 is accepted

Sort by
0
Adam
Top achievements
Rank 1
answered on 17 Aug 2017, 07:31 PM
Playing around with exaggerated values did the thing looks like this is working:

cell.TextPosition = -10;
cell.TextPositionX();
0
Adam
Top achievements
Rank 1
answered on 17 Aug 2017, 08:35 PM
Playing around with exaggerated values did the thing looks like this is working:

cell.TextPosition = -10;
cell.TextPositionX();
Tags
Calendar & Scheduling
Asked by
Adam
Top achievements
Rank 1
Answers by
Adam
Top achievements
Rank 1
Share this question
or