PDA

Click to See Complete Forum and Search --> : Where is the .Top & .Left properties for my usercontrol


onerrorgoto
Aug 15th, 2003, 04:42 AM
I have created a usercontrol that simulates a listview.
I have some problem with the header and therefore I would like to find the .Top and .Left values for my control
so that I can position the header properly.

I have looked in "this. "-property but I have not found .top or .left properties. Is there any or do I have to create them myself??

Any ideas

onerrorgoto
Aug 15th, 2003, 04:50 AM
I want to find the top & left property of the usercontrol inside the usercontrol itself.

(In codebehind in my usercontrol I want to read the top and left property and do some calculations on these values.)