moving selected cells on datagridview manually

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • faelnefal
    New Member
    • Nov 2008
    • 16

    moving selected cells on datagridview manually



    can anybody tell me how i can move the selected cell to another cell without using the keyboard or mouseclick
    i need to do this on code
    as seen on the image.
    thnx
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Your image is not working.
    When would you move the selected cell to another cell?

    Comment

    • faelnefal
      New Member
      • Nov 2008
      • 16

      #3
      i want the selected cell to move per second...

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Look into using a Timer Control to achieve this.

        Comment

        Working...