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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -