I created a control that inherited the ItemsControl, and the control that I made does not have a ItemsPresenter for its template. Instead, I have a Grid.
Still fooling around with WPF and learning as I go. Trying now to build a dynamic grouping of controls (mostly Buttons but might include CheckBoxes and others).
Basically, what I want to do is put some buttons before the tabs in a gtk.Notebook. I tried making my own notebook type widget and it w开发者_开发百科orked well, but it would have required lots more w