Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Focus into an usercontrol element
Message
De
11/06/2009 18:10:58
 
 
À
10/06/2009 13:57:00
Information générale
Forum:
ASP.NET
Catégorie:
Windows Presentation Foundation (WPF)
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01405014
Message ID:
01405386
Vues:
41
>Hi all,
>
>Is there any way to set the focus to an WPF UserControl´s Element programaticaly?
>
>I can SetFocus to the UserControl, but how be set focus to one of its elements?
>
>Thanks in advance,
>A. Llano

My focus statements ussually end up looking like this:
Dispatcher.BeginInvoke(DispatcherPriority.Input,
                       new ThreadStart(delegate()
                       {
                       myUserControl.txtObject.Focus();
                       }));
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform