|
-
Jun 17th, 2012, 07:31 AM
#1
Thread Starter
New Member
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
-
Jun 17th, 2012, 08:31 AM
#2
Re: uniformgrid mouse-over
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|