无法滚动主窗口中的内容

时间:2015-06-19 17:17:26

标签: c# wpf

我已将scrollviewer添加到我的WPF应用程序中但是当我调整大小时我仍然看不到控件

<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>

我错过了什么?

1 个答案:

答案 0 :(得分:0)

我复制并粘贴了你的代码,它对我来说很合适(从单选按钮删除边距后):http://screencast.com/t/12wUxd2HFFAJ