How remove margin introduced in 11.2?

Docking/MDI for WPF Forum

Posted 13 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 13 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 13 years ago by Jeff Key
Avatar

That did the trick. Thanks!

The latest build of this product (v25.1.0) was released 29 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.