ms0815user

Results 4 issues of ms0815user

Attached properties for scrollbar placement and expansion mode would not work on TextBoxes. The missing triggers were added and the template bindings fixed.

Size and Margin of TextBox inside editable ComboBox are fixed to the ComboBox itself. If the user would define a custom style and set the height, width and margin property,...

Previously the TabControl would only properly support TabStripPlacement Top. With this commit Left, Right and Bottom positioning were added.

I am using NJsonSchema (11.0.0) with Namotion.Reflection (3.1.1) and encountered a problem during schema generation. Below is a shorted example of my usecase. ``` csharp public class Hashid { protected...