Hello Community!
How can I play with this red lbl indicator x and y properties so they can be one after the other.
There is a horizontal gallery behind that works for the display of the hours:
items: ForAll(
Sequence(9,7,1),
{
DayHourGal: Text(
DateAdd( Date(Year(Today()),1,1), Value - 1, TimeUnit.Hours),
"h"
),
ID: Value
}
)Template Size of the background horizontal gallery:
Self.Width/9Then I added a vertical gallery in front of the horizontal gallery
The datasource in the gallery has a StartEvent and EndEvent
This is how the indicator need to place but i cant make it.
Any Ideas?

Report
All responses (
Answers (