ScrollBar's Minimum value can't be greater than 49

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
Ramajayam
Posts: 11
Joined: Mon Feb 10, 2014 12:21 pm

ScrollBar's Minimum value can't be greater than 49

Post by Ramajayam » Tue Feb 11, 2014 7:22 am

Hi,
I'm using Scrollbar with the X-Axis having DateTime value range.
As I shown in the Picture, if I assign the value (which is greater than 49) to the Minimum value of the ScrollBar, it is not working.
No problem with the Maximum value assignment.

Can anyone please check this?
Attachments
ScrollBars Minimum value cannot be greater than 49
ScrollBars Minimum value cannot be greater than 49
ScrollBars Minimum value cannot be greater than 49.jpg (87.45 KiB) Viewed 6082 times

ArctionJari

Re: ScrollBar's Minimum value can't be greater than 49

Post by ArctionJari » Tue Feb 11, 2014 12:28 pm

Can you check that the new minimum value is not greater than the current maximum value. Minimum property's value cannot be greater than or equal to Maximum. It is automatically set to Maximum-1 if you are trying to set it too large.

Post Reply