Popular recipes tagged "mousewheel" but not "scrollbar"http://code.activestate.com/recipes/tags/mousewheel-scrollbar/2017-05-16T18:15:44-07:00ActiveState Code RecipesScrolling frame with mouse wheel support (Python)
2017-05-16T18:15:44-07:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/580640-scrolling-frame-with-mouse-wheel-support/
<p style="color: grey">
Python
recipe 580640
by <a href="/recipes/users/4189907/">Miguel Martínez López</a>
(<a href="/recipes/tags/frame/">frame</a>, <a href="/recipes/tags/mousewheel/">mousewheel</a>, <a href="/recipes/tags/scrolling/">scrolling</a>, <a href="/recipes/tags/tkinter/">tkinter</a>).
Revision 26.
</p>
<p>Scrolling frame in Tkinter with mouse wheel support for different platforms.</p>