Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Extended WPF Toolkit Zoombox NullReferenceException

$
0
0
Hi,

This is already fixed in v2.6.

In the meantime, go in file Xceed.Wpf.Toolkit/ZoomBox/ZoomBox.cs, in method "SetScrollBars()" and add the following check at the beginning of this method :
if( _content == null || _verticalScrollBar == null || _horizontalScrollBar == null )
        return;

Viewing all articles
Browse latest Browse all 4964

Trending Articles



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