How does Panel control force all controls inside it to repaint them
self?
I am having a problem with my custom panel that holds bunch of list
views. When I drag a window over it, my list views items take over
ForeColor and Font properties of its container (in this case my custom
panel).
I am wondering what does regular Panel has in its OnPaint that mine is
missing.
Any help will be appreciated,
_dino_
Dino Buljubasic - 23 Jan 2006 20:39 GMT
For those interested, I have found out that this is rather an IDE
issue than coding issue. When I run my application from IDE, this
repainting problem occurs, when I run it from compiled .exe, the
problem is gone.
_dino_
>How does Panel control force all controls inside it to repaint them
>self?
[quoted text clipped - 9 lines]
>Any help will be appreciated,
>_dino_