C# User Control

Hi

Is it possible to drop a C# user controls to the PDFViewControl?
So every time i zoom in or zoom out the PDFViewControl the button size
will follow. It's like the button is anchored.

Regards

This should be possible. It is possible that there is a more efficient
and generic way to add children control to a parent control in .NET,
but in case everything else fails you can overide OnResize(), OnScroll
and related method in your class (derived from PDFViewCtrl) and move
child windows (i.e. controls) in response to these events.

That means I can do it like a custom tool?
Can you give an sample code for this?

Thanks in advance

Regards,
Ryan