tbob19 Wrote:Scrolling with the mouse wheel is erratic under List Info view. Seems to work fine in other views.
Fixed this by a bit of trial and error. The problem was related to the info fields on the left of the list.
The code is below:
Views.xml
Code:
402. <control type="group">
403. <posy>344</posy>
404. <posx>20</posx>
405. [b]<width>250</width>[/b]
406. <visible>Container.Content(TVShows) + !IsEmpty(ListItem.Title) + !Container.OnNext + !Container.OnPrevious</visible>
407. <include>ControlsOpenCloseAnim</include>ViewsMovies.xml
Code:
357. <control type="group">
358. <posy>344</posy>
359. <posx>20</posx>
360. [b]<width>450</width>[/b]
361. <visible>!IsEmpty(ListItem.Title) + !Container.OnNext + !Container.OnPrevious</visible>
362. <include>ControlsOpenCloseAnim</include>There is still an odd issue with the scroll bar when in the List Info view while viewing TV Shows, I did not have the time to look into it yet.


Search
Help