Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 131979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:11:26+00:00 2026-05-11T06:11:26+00:00

Within an event, I’d like to put the focus on a specific TextBox within

  • 0

Within an event, I’d like to put the focus on a specific TextBox within the ListViewItem’s template. The XAML looks like this:

<ListView x:Name='myList' ItemsSource='{Binding SomeList}'>     <ListView.View>         <GridView>             <GridViewColumn>                 <GridViewColumn.CellTemplate>                     <DataTemplate>                         <!-- Focus this! -->                         <TextBox x:Name='myBox'/> 

I’ve tried the following in the code behind:

(myList.FindName('myBox') as TextBox).Focus(); 

but I seem to have misunderstood the FindName() docs, because it returns null.

Also the ListView.Items doesn’t help, because that (of course) contains my bound business objects and no ListViewItems.

Neither does myList.ItemContainerGenerator.ContainerFromItem(item), which also returns null.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T06:11:26+00:00Added an answer on May 11, 2026 at 6:11 am

    To understand why ContainerFromItem didn’t work for me, here some background. The event handler where I needed this functionality looks like this:

    var item = new SomeListItem(); SomeList.Add(item); ListViewItem = SomeList.ItemContainerGenerator.ContainerFromItem(item); // returns null 

    After the Add() the ItemContainerGenerator doesn’t immediately create the container, because the CollectionChanged event could be handled on a non-UI-thread. Instead it starts an asynchronous call and waits for the UI thread to callback and execute the actual ListViewItem control generation.

    To be notified when this happens, the ItemContainerGenerator exposes a StatusChanged event which is fired after all Containers are generated.

    Now I have to listen to this event and decide whether the control currently want’s to set focus or not.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm tracking a mysterious problem in my code. This bug happens within an event
Why wont .style.top = 200px; work in this code? Calling the event within the
In Classic ASP, Server.MapPath() doesn't always work properly in the Application_OnStart event within global.asa
When you subscribe to an event on an object from within a form, you
I am trying get the html within .event_recur. $(.entry).each(function(){ alert($(this).find(.event_recur).html()); }); <div class=entry> <p
Within a state machine, if an event is handled within an event driven activity,
I'm trying to open a new form from within an event handler in the
Class A (mine) implements event handlers for class B (3rd party). Within these event
I can use jQuery to bind a function to a keyup event within the
It's most common practice to register routes in Application_Start event within global.asax.cs/vb file. But

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.