SplitView
SplitView copied to clipboard
SplitView Pane clip
Clipping pane when window maximized and minimized

Same thing on Windows Phone 8.1 when orientation changed.
For fix this add code below to the constructor on line 55
SizeChanged += (s, args) => { OnStateChanged(); };