Jordan9232

Results 3 issues of Jordan9232

I've tried using a negative top margin on a block element like this: ``` var div = new Div { Margin = new Thickness(0, -1, 0, 0) }; ``` I've...

type:bug

As far as I can tell, there doesn't seem to be any way to prevent trap focus from happening. I want to be able to still interact with other elements...

I am trying to apply some css styles to popovers depending on vertical/horizontal alignment and I noticed that the following alignments use the same class attributes: Alignments Class Attribute horizontalAlign="after"...