Greetings,
I'm using a RadListview as a sequential timeline, so I want to make it look like a linear timeline.
I've written these lines to make sure that only horizontal scrolling is allowed (also did some changes via Smart Tag) :
Timeline.VerticalScrollState = ScrollState.AlwaysHide
Timeline.HorizontalScrollState = ScrollState.AlwaysShow
Timeline.VerticalScroll.Enabled = False
Timeline.VerticalScroll.Visible = True
Timeline.HorizontalScroll.Enabled = True
Timeline.HorizontalScroll.Visible = True
But no success! It still looks like it vertically adds items. Check out the gif I've attached.