Question

How can I override a UserControl Visible property ? Or how could I determine within a control when it changes its Visible state ?

Later edit: I need it to work in .NET CF 3.5.

Thanks.

Was it helpful?

Solution

I finally fixed the issue by adding a new Visible property which is setting the base.Visible property and does my custom work.

OTHER TIPS

Try to subscribe to the IsVisibleChanged event

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top