Results 1 to 2 of 2

Thread: uniformgrid mouse-over

  1. #1
    New Member
    Join Date
    Jun 12
    Posts
    3

    uniformgrid mouse-over

    hello

    i made a UniformGrid (called it "bord") and added rectangles as children:

    Code:
    for i as integer = 0 to 200
           bord.children.add(new rectangle)
    next
    it works well, and i wanted to know if there's a code that whenever i click with the mouse on a specific rectangle it could be replaced with something else.

    i am new to wpf so a clear explanation would be appreciated

  2. #2
    Super Moderator Joacim Andersson's Avatar
    Join Date
    Jan 99
    Location
    Sweden
    Posts
    13,366

    Re: uniformgrid mouse-over

    Moved to the WPF forum.
    Joacim Andersson
    Microsoft MVP, MCSD, MCSE, Sun Certified Java Programmer
    If anyone's answer has helped you, please show your appreciation by rating that answer.
    I'd rather run ScriptBrix...
    Joacim's view on stuff.

Posting Permissions

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