Select to view content in your preferred language

Show the attribut table at the opening in 3.1 also the Map of content

874
0
05-31-2013 09:32 AM
GilbertLasnier
Regular Contributor
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
0 Kudos
0 Replies