Is there anyway to create custom/user controls for rectangle by override their properties , to achieve run time re-size and re-locate.
Asked
Active
Viewed 3,466 times
0
-
http://stackoverflow.com/questions/3643639/move-a-rectangle-around-a-canvas – gabba Jun 08 '12 at 11:52
-
@gabba: As far as I can see is your answer/link about WPF not winforms. – basti Jun 08 '12 at 11:57
1 Answers
6
You can check out these CodeProject articles:

vgru
- 49,838
- 16
- 120
- 201

Maziar Aboualizadehbehbahani
- 1,976
- 17
- 37
-
is it possible to resize and relocate the usercontrol at runtime – DjMalaikallan Jun 08 '12 at 11:47
-
yes it is, if answer is accepted you should click on TICK under the answer point to make it green – Maziar Aboualizadehbehbahani Jun 08 '12 at 12:00
-
-
what do you need exactly. i will be happy to solve the challenge :) @Groo: Tnx for edit and sorry for my mistake ;) – Maziar Aboualizadehbehbahani Jun 08 '12 at 12:05
-
thanks for your support @Maziar , I need exactly like VisualBasic Power Packs Rectangle Shape at Design Time . In design time you can drag and resize those shapes but in runtime can't . Thats what i am looking for ... – DjMalaikallan Jun 08 '12 at 12:16
-
-