No announcements
Found 2426175 threads
-
2 Votes
[UWP] Set Focus on Textbox not working
Because I set the focus to the textbox in the OnClick event of the MenuFlyout but something happens with the focus after that and the textbox never got ...Answered | 2 Replies | 10112 Views | Created by Leisvan Cordero - Friday, February 5, 2016 6:40 AM | Last reply by Leisvan Cordero - Saturday, February 6, 2016 6:47 AM -
0 Votes
TextBox Navigation
I got it working by using the textbox events.Answered | 5 Replies | 3817 Views | Created by Katie77 - Friday, July 17, 2009 3:20 PM | Last reply by Mariano O. Rodriguez - Friday, July 17, 2009 6:53 PM -
2 Votes
Expandable textbox when in focus?
One thing that did seem to work for this was clicking on "bring to front" at least and the overlaying objects went to back.Answered | 7 Replies | 1400 Views | Created by jfalberg - Monday, April 29, 2013 4:15 PM | Last reply by jfalberg - Tuesday, April 30, 2013 8:24 PM -
1 Votes
uwp textbox auto focus when navigated back
Hi , My meaning is : The OnNavigatingFrom and OnNavigatedFrom will not fired ,when press home button, and the OnNavigatedTo will not fired ...Answered | 8 Replies | 2351 Views | Created by cj_tianxingzhe - Friday, July 22, 2016 3:49 AM | Last reply by cj_tianxingzhe - Monday, July 25, 2016 2:22 AM -
0 Votes
Auto focus on first textbox control..Please Help!
When i press enter on a button it does not tab to the next button.Answered | 2 Replies | 2735 Views | Created by a.james - Wednesday, July 10, 2013 1:54 PM | Last reply by a.james - Thursday, July 11, 2013 9:06 AM -
4 Votes
[UWP] How to use focus scope like in WPF
You could implement it yourself by tracking the FocusManager and keeping track of scoped focus yourself, but that virtual focus wouldn't affect how the TextBox draws its ...Answered | 3 Replies | 1906 Views | Created by Leisvan Cordero - Friday, February 12, 2016 6:37 AM | Last reply by Andreas Reif - Friday, March 10, 2017 2:10 PM -
4 Votes
Set textbox Focus property to unfocus
Adding a button with height and width set to 0, and set before the textbox you want to unfocus, would shift the focus from the textbox to the button.Answered | 4 Replies | 9007 Views | Created by Inder Kumar Rathore - Monday, September 3, 2012 3:59 AM | Last reply by Sid_ucer - Friday, October 5, 2012 7:03 AM -
0 Votes
textbox force focus
The problem is that on the navigation the focus gets set to the first item in the tab order.Answered | 4 Replies | 3297 Views | Created by flutter-by - Wednesday, June 26, 2013 4:14 PM | Last reply by Rob Caplan [MSFT] - Sunday, July 7, 2013 5:22 PM -
0 Votes
Textbox gets focus when scrolling
You can use the approach you're already using, with the Tapped event, but also handle the TextBox's Focus event.Answered | 6 Replies | 2395 Views | Created by SLSA - Tuesday, August 28, 2012 1:13 PM | Last reply by SLSA - Tuesday, September 4, 2012 11:46 AM -
0 Votes
[UWP]How to restrict navigation to some pages using Hardware back button in UWP ?
Try to insert this code in the OnNavigatedTo() function of class A: protected override void OnNavigatedTo(NavigationEventArgs e) { if ...Answered | 3 Replies | 571 Views | Created by wongjowo - Thursday, November 26, 2015 1:23 PM | Last reply by Francesco G. Pirillo - Monday, November 30, 2015 9:30 PM -
0 Votes
[UWP]hardware back button behavior
And then comes the hamburger menu which completely overrides the whole back button navigation.Answered | 4 Replies | 749 Views | Created by FireDance - Thursday, August 11, 2016 9:30 AM | Last reply by mcosmin - Friday, August 12, 2016 7:47 AM -
0 Votes
[UWP]How to get window title back navigation button?
uwp back button then you will get answers such as the following.Answered | 1 Replies | 259 Views | Created by Neo the 1 - Monday, October 16, 2017 4:27 PM | Last reply by Simple Samples - Monday, October 16, 2017 5:03 PM -
1 Votes
How to move focus between ListView's TextBoxes
It's more difficult than I expected to find the right TextBox.Answered | 3 Replies | 1383 Views | Created by BitSmithy - Tuesday, January 26, 2016 2:21 PM | Last reply by DennisBakker71 - Friday, January 29, 2016 1:18 PM -
2 Votes
display autocomplete list when textbox gets focus
In the example below I've got an event that responds to the control getting focus and shows the dropdown list.Answered | 5 Replies | 13213 Views | Created by deaner00 - Wednesday, March 11, 2009 6:11 PM | Last reply by jimboynugget - Friday, March 13, 2009 1:41 PM -
0 Votes
Forcing TextBox To Loose Focus
Hi Riviera, My suggestion, Place another control(eg: button) and hide the control and never show it user. when you want to change the focus simply ...Answered | 1 Replies | 6759 Views | Created by The Riviera Kid - Tuesday, April 21, 2009 9:35 AM | Last reply by Malleswara Reddy [MCTS, MCP] - Tuesday, April 21, 2009 9:55 AM -
1 Votes
Problems passing focus to TextBox
What I want to be able to do is to put the focus back on the Textbox that takes the input from the barcode reader.Answered | 8 Replies | 4635 Views | Created by Alan Edwards KAE - Thursday, November 17, 2011 8:55 PM | Last reply by Alan Edwards KAE - Monday, November 21, 2011 2:20 PM -
25 Votes
[WP8.1] Windows 10.0.10581.11 TextBox focus weirdness on phone
I have theAnswered | 18 Replies | 1873 Views | Created by Luc Codewalker - Monday, November 2, 2015 9:13 AM | Last reply by Luc Codewalker - Saturday, December 5, 2015 12:26 PM -
2 Votes
[UWP] [MVVM] Navigation
Hi, Sorry for my late reply, thanks for giving me some idea on doing Navigation on UWP.Answered | 4 Replies | 2902 Views | Created by Adityo Setyonugroho - Thursday, March 3, 2016 7:55 AM | Last reply by Adityo Setyonugroho - Saturday, March 5, 2016 3:20 AM -
0 Votes
Clear Textbox and RichTextbox when form is in focus again
In this case, execution will not return to the first form until the second form closes, so you can clear the textboxes immediately after the call.Answered | 3 Replies | 630 Views | Created by JK95 - Wednesday, June 10, 2015 8:23 PM | Last reply by Ante Meridian - Thursday, June 11, 2015 1:36 AM -
0 Votes
Textbox Focus
</script>-- Chris Hanscom - Microsoft MVP On Facebook | On Twitter | Resource Center | Veign's Blog | Web Development ...Answered | 1 Replies | 3394 Views | Created by latoc - Saturday, September 19, 2009 3:34 PM | Last reply by Veign - Saturday, September 19, 2009 3:50 PM - Items 1 to 20 of 2426175 Next ›
No announcements