Re: ScrollBar & visibleAmount & value

2013-09-03 Thread Tom Schindl
Well like I said Swing & SWT do interpret this different! To me the value always meant to the upper ending of the thumb. If you think about edge cases of 99 (value still goes from 0..100) and 100 (value can 0 only). Anyways from your answer I guess the current behavior is correct and no ticket ne

Re: ScrollBar & visibleAmount & value

2013-09-02 Thread Richard Bair
Oh interesting, I always considered visibleAmount as being an independent state that affected the size of the scroll bar thumb, but not really anything more. The reason why was for virtualized uses like with ListView where the height of the thumb might change as you scroll. On Sep 2, 2013, at

ScrollBar & visibleAmount & value

2013-09-02 Thread Tom Schindl
Hi, Before fileing a bug I wanted to post here because maybe I get this completely wrong. Say we have have a scrollbar with min = 0 & max = 100 & visualAmount = 50. I would have expected like in Swing & SWT that the maximum value of the scrollbar is 50 (=max - visualAmount) but the value is still