hello all
i have a problem i make a wpf application its running well.but i want to set the tab order of each my form but i don't get any taborder in Vs2008 express edition how can i solve this is any body help me thanks in advance shashank
hello all
i have a problem i make a wpf application its running well.but i want to set the tab order of each my form but i don't get any taborder in Vs2008 express edition how can i solve this is any body help me thanks in advance shashank
To get the TabIndex work on Image control set the following property
<Image Focusable="True" KeyboardNavigation.TabIndex="1" Source="img.png" />