How remove margin introduced in 11.2?

Docking/MDI for WPF Forum

Posted 12 years ago by Jeff Key
Version: 11.2.0552
Avatar

Hello,

We're in the process of upgrading from 545 to 552. The PART_ContentArea in DockSite now has a 5 pixel margin, whereas it didn't before. I've looked in the common assets and some other places, but I can't find a way to override this back to 0.

What do I need to do?

Thanks,
Jeff 

Comments (2)

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jeff,

You would need to disable the padding using the following implicit Style:

<Style TargetType="{x:Type docking:AutoHideHost}">
	<Setter Property="Padding" Value="0" />
</Style>


Actipro Software Support

Posted 12 years ago by Jeff Key
Avatar

That did the trick. Thanks!

The latest build of this product (v24.1.2) was released 0 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.