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.AlwaysHideTimeline.HorizontalScrollState = ScrollState.AlwaysShowTimeline.VerticalScroll.Enabled = FalseTimeline.VerticalScroll.Visible = TrueTimeline.HorizontalScroll.Enabled = TrueTimeline.HorizontalScroll.Visible = True
But no success! It still looks like it vertically adds items. Check out the gif I've attached.
