c# - cannot scroll contents in mainwindow -


i have added scrollviewer wpf application when resize still cannot see controls

<scrollviewer>     <groupbox header = "add member"  fontfamily="calibri" fontweight="bold" fontsize="24" height="500">         <grid>             <radiobutton content = "female"   fontsize="16" fontweight="normal" tabindex="4" margin="651,335,0,105"/>         </grid>     </groupbox> </scrollviewer> 

what missing ?

i copied , pasted code , looks fine me (after removing margin radio button): http://screencast.com/t/12wuxd2hffaj


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -