Visibility.Collapse doesnt work
- by nitin
Visibility.Collapse doesnt work in my case. below is the XAML. If i try to hide the lblCountry and cmbCountry a white space is shown between zip and practice fields. There is no option to hide an entire row of a Grid.
<Grid>
<Canvas Name="canDemographic" >
</Canvas>
<Grid HorizontalAlignment="Center"…