<esri:FeatureDataForm x:Name="MyFeatureDataForm" FeatureLayer="{Binding Path=Layers[BikeCount], ElementName=Map}" IsReadOnly="False" LabelPosition="Left" GotFocus="TextBox_GotFocus"/>
public void TextBox_GotFocus(object sender, RoutedEventArgs e) { TextBox tb = (TextBox)sender; tb.Text = string.Empty; tb.GotFocus -= TextBox_GotFocus; }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.