Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Scrollbar doesn't allow negative values.

I am trying to create a "freeform" surface that potentially extends in all
4 directions.  To do this, I need to do a scrollbar.setMinimumValue(int),
where that int might be less than zero.

Is there any reason Scrollbar doesn't allow its setMinimum to take a number
less than 0?



Back to the top