دنبال کننده ها

۱۳۹۷ فروردین ۸, چهارشنبه

xaml - Overlap grid WPF

[ad_1]



I have a grid and my userControl inside it :



 <Grid HorizontalAlignment="Left" Height="64" Margin="288,150,0,0" VerticalAlignment="Top" Width="354">
<local:MyCustomComboBox x:Name="ucc1" HorizontalAlignment="Left" Grid.RowSpan="2" Grid.ColumnSpan="3" Height="30" VerticalAlignment="Top" Width="194"/>
</Grid>


By default,when the userControl's size is greater than the grid's size,the extra portion can't be seen.How can i make my UserControl overlap it ? I tried to add RowSpan and ColumnSpan but it didn't work :(




[ad_2]

لینک منبع