wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Listbox items and scrollbar issue #253

Open Ronmenator opened 8 years ago

Ronmenator commented 8 years ago

If there are 100 items in the Listbox and the ListBox has a hardcoded size, to force the scrollbars to be visible: e.g. 600x400.

Then the last item in the Listbox will always be ignored. The vertical scrollbar does not take it into account.

default.zip