FrayxRulez / SplitView

A SplitView control for Windows Runtime 8.1 & Windows Phone Silverlight
MIT License
37 stars 7 forks source link

SplitView Pane clip #2

Open Faxriddin-Umarov opened 7 years ago

Faxriddin-Umarov commented 7 years ago

Clipping pane when window maximized and minimized

image

MarsFresco commented 7 years ago

Same thing on Windows Phone 8.1 when orientation changed.

Faxriddin-Umarov commented 6 years ago

For fix this add code below to the constructor on line 55

SizeChanged += (s, args) => { OnStateChanged(); };