I use the builder app with silver light and I need to have the map of content open at the start... I follow other anwserd in the forum and it doesnt work
Opacity="1"
Visibility="{Binding ElementName=SidePanelContainer, Path=Visibility}"
Name="SidePanelBorder">
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<Border Style="{StaticResource GlassyBorder_Top}"
Grid.RowSpan="2" Margin="0" />
<sdk:TabControl x:Name="SidePanelContainer"
TabStripPlacement="Top"
BorderBrush="Transparent"
Background="{StaticResource BackgroundGradientBrush}"
Style="{StaticResource SidePanelTabControlStyle}" SelectedIndex="2"
Margin="5" Visibility="Visible"
>
I wanty also to have the attribute table open at the beginning and also the query I MAKE TO FINT THE STATE open
Do you have an easy way to make the visibility of all these functionnality Open...
Thanks