Options

Addin needs to know the page size

forki23forki23 Member Posts: 8
edited 2011-01-20 in NAV Three Tier
Hi,

I am writing an Addin for the RTC and I need to know the size of the control in the displaying page.
How can I get this and is it possible to subscribe to RTC resize events in the addin?

Regards,
forki

Comments

  • Options
    thmartinthmartin Member Posts: 90
    Hi,

    I use the Dock property of the control that represents the Add-In to handle this,

    e.g. xxx.Dock = DockStyle.Fill;
    Thomas Martin
    NAV Developer
  • Options
    forki23forki23 Member Posts: 8
    Thanks. This works nice.
Sign In or Register to comment.