Hi all
I have eight textboxes in an itemscontrol. And on pressing tab cursor should move from one textbox to another.
How can I do that? Please help.
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
krishna kumar dubeyPosted May 3, 2011, 2:51 AM
Sam HobbsPosted Apr 26, 2011, 5:22 PM
NiveditaPosted Apr 26, 2011, 9:33 AM
Earlier I was dynamically generating the textboxes and now am declaring the textboxes in the Xaml only and I dont have to do nothin for tab movement.
Thanks
Mayur GujrathiPosted Apr 26, 2011, 9:32 AM
Suthish NairPosted Apr 26, 2011, 9:16 AM
NiveditaPosted Apr 26, 2011, 8:48 AM
The update is that I made all the textboxes static and it solved my problem...
Thnanks Again
Sam HobbsPosted Apr 20, 2011, 11:16 PM
Suthish NairPosted Apr 20, 2011, 4:39 PM
Sam HobbsPosted Apr 20, 2011, 4:31 PM
NiveditaPosted Apr 20, 2011, 8:58 AM
Mayur GujrathiPosted Apr 20, 2011, 8:45 AM
NiveditaPosted Apr 20, 2011, 8:40 AM
Soft CornerPosted Apr 20, 2011, 8:35 AM
NiveditaPosted Apr 20, 2011, 8:31 AM
Thanks mayur for the screenshot...but its not there in my view.
ANd mine is a dynamic series of textboxes which is inside a grid...so i cant declare tab index for each text box...
Please help
Thanks in advance
Mayur GujrathiPosted Apr 20, 2011, 8:28 AM
Soft CornerPosted Apr 20, 2011, 8:26 AM
Try to set TabIndex property for each textbox .. this will create the order of tab
Mayur GujrathiPosted Apr 20, 2011, 8:23 AM
NiveditaPosted Apr 20, 2011, 8:12 AM
KeyboardNavigation.TabNavigation="Continue"
is not working for me...
I cant find the tab order tab ...:(
I have also written lost focus event for those textboxes...does that anything to do with the properties failing to move with tab.
Thanks in advance
Mayur GujrathiPosted Apr 20, 2011, 8:02 AM
Go to view and you can see tab order tab there set tab order as you want or you can also move between controls on enter click
follow this link
http://www.c-sharpcorner.com/Blogs/4749/enter-instead-of-tab.aspx
Ankit NandekarPosted Apr 20, 2011, 7:58 AM
NiveditaPosted Apr 20, 2011, 7:52 AM
Thanks for your prompt reply. But i cant find Taborder property.:(
Thanks
Ankit NandekarPosted Apr 20, 2011, 7:48 AM