Hi,
Sorry about that. This is fixed in v2.7, which is already out for "Plus" version users.
As a temporary fix, go in file "Xceed.Wpf.Toolkit/Zoombox.cs",
In method "SetScrollBars()"
At the top of the method, add the following checks :
if( _content == null || _verticalScrollBar == null || _horizontalScrollBar == null )
Sorry about that. This is fixed in v2.7, which is already out for "Plus" version users.
As a temporary fix, go in file "Xceed.Wpf.Toolkit/Zoombox.cs",
In method "SetScrollBars()"
At the top of the method, add the following checks :
if( _content == null || _verticalScrollBar == null || _horizontalScrollBar == null )
return;