Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

New Post: ZoomBox - Scrollbars

$
0
0
Hi,
Issue https://wpftoolkit.codeplex.com/workitem/22085 has been created,

In the meantime, you can add the following event in th Zoombox.cs file :
public event EventHandler<ScrollEventArgs> Scroll;
and raise it this way in "Zoombox.VerticalScrollBar_Scroll" and "ZoomBox.HorizontalScrollBar_Scroll" methods :
      EventHandler<ScrollEventArgs> handler = this.Scroll;
      if( handler != null )
      {
        handler( this, e );
      }

Viewing all articles
Browse latest Browse all 2157

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>