Razvi
Razvi

Reputation: 2818

Make parent control draw over child

Is there a way to make the parent control draw over the children controls when it is invalidated?

Upvotes: 0

Views: 419

Answers (2)

Indy9000
Indy9000

Reputation: 8881

If you are looking to completely draw over the child control, it may be easier to just hide the child control.

Upvotes: 1

user180326
user180326

Reputation:

The only way I know to affect this is to make sure the WS_CLIPCHILDREN window style is turned off. I haven't used this a lot though.

Upvotes: 2

Related Questions