tags:

views:

16

answers:

1

I've created a custom control that subclasses TreeView. Right now it's completely empty, doesn't override anything. However when I place an instance in the designer the 'Auto' value for the Width and Height fields is no longer available as it is with the default TreeView. What am I missing?

A: 

The width and height fields were specified to 300 in the custom control's XAML when it was created, I didn't notice :(

Jared