Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello all,
On the left side of my page we have created toolstrip, with that we have panel & property grid. we have images in toolstrip when i click on the image. image goes to panel where we can large the image and assigning the values of image to property grid with these line of code.
C#
propertyGrid1.SelectedObject = (sender as System.Windows.Forms.PictureBox);

Now my problem is when click on the image it move slightly. we want to stop that click of image. Please help me.

Thanks in advance.
Sanjeev
Posted
Updated 4-Sep-12 20:23pm
v2
Comments
sahabiswarup 5-Sep-12 3:42am    
are you talking about flickering of image?
Sergey Alexandrovich Kryukov 5-Sep-12 3:48am    
Hah?
--SA

P.S.: Use "Improve question" above... :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900