Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

tab-ordering

Where is the Tab Order Assignment dialog in Visual Studio 2012?

April 11, 2023 by Tarik

It is still available, you just need to add it back to the View menu. Tools + Customize, Commands tab, Menu bar = View. Select the menu item in Controls where you want to insert it, say the bottom one. Then Add Command, Category = View, Commands = Tab Order. Your memory of this command … Read more

Categories winforms Tags tab-ordering, visual-studio, visual-studio-2012, winforms Leave a comment

Setting tab order in WPF

January 16, 2023 by Tarik

If you want to explicitly set the tab ordering for elements in your form, the following attached property is supposed to help: <Control KeyboardNavigation.TabIndex=”0″ … /> I say “supposed to help” as I haven’t found it very reliable though I probably need to read more about how it is intended to be used. I only … Read more

Categories .net Tags .net, keyboard-navigation, tab-ordering, wpf Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa