Tips and Tricks for developing a plugin in Visual Studio 2005 .NET

From JRiverWiki
Revision as of 07:07, 8 April 2007 by PaulSinnema (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Autoresizing of plugin

Draw a Panel upon the UserControl and do the following:
- Set 'Dock' Property to 'Fill'.
- Set 'Autosize' Property to 'False'

Your Plugin will now automatically be resized to fit into the MC Plugin Area.