2
私はScrollViewerのは、タブパネルと残りに伸縮しない以下のXAMLWPFコンテナストレッチコンテンツ
<TabPanel>
<TreeView HorizontalAlignment="Left" Margin="0,0,0,0" Name="treeView1" MinWidth="212" SelectedItemChanged="treeView1_SelectedItemChanged" MinHeight="467" />
<ScrollViewer Margin="0,0,0,0" Name="scrollViewer1" HorizontalAlignment="Stretch" >
<ContentControl Name="gridView" />
</ScrollViewer>
</TabPanel>
を有します。誰にどのようにこれを達成するためのアイデアがありますか?
ニール。