Hi everybody,
I want to draw some rectangles from right to left on a Panel wich is on TabControl
TabControl.RightToLeft : yes
TabControl.RightToLeftLayout : true
I use :
Point.Location= new system.drawing.point(x,y);
Point.size=new system.drawing.size(width, height)
these rectangles must be drawn from right to left according with TabControl, with certainly a loop for
Thank you very much for your help
Loading
Danatas GerviPosted Jul 30, 2009, 9:11 AM
I try to show only prinsipal solution.
Here is more common version:
A DPosted Jul 31, 2009, 4:15 AM
Thank you very much, it works very well.
I have added a Splitter (Dock.right) just before my tabPage and when the splitter moves the rectangle drawn on the tabPage desappears.
I think I must add some thing about the splitter x coordinate to counter this problem
Thank you for your help
A DPosted Jul 30, 2009, 6:17 AM
Danatas GerviPosted Jul 29, 2009, 2:33 AM
Danatas GerviPosted Jul 29, 2009, 2:27 AM