AvoidResize - nonkit/SmallWikiPad GitHub Wiki

AvoidResize

Use following workaround to avoid to resize the graphics window on browser with Silverlight environment.

gw = 598
gh = 428
GraphicsWindow.Width = gw
GraphicsWindow.Height = gh

Other Resources