Hi team,
How to access, enable and disable scrollbar in c# wpf?
My declaration is as of below.
<sc:SciChartScrollbar Axis="{Binding ElementName=SciChart, Path=XAxis}" Height="18" Width="150" />
Thanks in advance.
- Adrian Loh asked 6 years ago
- You must login to post comments
Hi Adrian,
Thanks for your question.
You can set the IsEnabled property to False on for the SciChartScrollbar to disable it. You can find the list of SciChartScrollbar properties here:
https://www.scichart.com/documentation/v5.x/webframe.html#SciChart.Charting~SciChart.Charting.Visuals.SciChartScrollbar_properties.html
Please let me know if this helps.
- Oleksandr Shvets answered 6 years ago
- You must login to post comments
Please login first to submit.