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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

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

c# - Search and Add Comment with OpenXML for Word -