Results 1 to 2 of 2

Thread: Way to control TAB ?

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2011
    Posts
    50

    Way to control TAB ?

    now if i use TAB in my project, (with 2 rows, 5 textboxes).

    it goes like this:

    Code:
    left 
    left
    left 
    left
    left
    right
    right
    right
    right
    right
    how to make it like this

    Code:
    left
    right
    left
    right
    left
    right
    left
    right
    left 
    right

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Way to control TAB ?

    What does that mean? It kind of sounds like you have the tab order set in a strange manner, but normally one would expect to tab right rather than left in a grid array. Have you taken a look at the TabIndex property? The tab should move through the controls in the order of the TabIndex.
    My usual boring signature: Nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width