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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -