Martin Anderson

Results 166 comments of Martin Anderson

> While it's slightly different (no animation), we do have the [ImageEx](https://docs.microsoft.com/windows/communitytoolkit/controls/imageex) control in the Toolkit which does some placeholder behavior. It's also just for images though. Would be curious...

The blue colour is actually the Accent colour, so are you proposing a slight Accent colour tint?

![image](https://user-images.githubusercontent.com/7389110/130493487-e16616ed-a966-43fc-977c-11c8dd9f4607.png)

> I've updated this proposal to include more details on the scope, a proposed API, and the following open question. > > * Do we need to support ExpandDirection in...

> > It does seem like a basic function of the control > > @mdtauk do you see ExpandDirection other than downward being a common app scenario? The examples of...

Welcome to the WinUI project @kat-y - Xaml has a long history but can be a little quirky to those new to it. While WinUI is an opportunity to rethink...

> > As for the implementation, there should be an animated transition when opening and closing, unless the user has turned off animations, then it just switches states. > >...

Including an **ExpandTransition** and **CollapseTransition**, that can use the direction set by the control's property - which could allow the dev to set the transition for each. I like the...

WinUI has the Pivot control that does this

> The pivot is more like a tab view. This control would be a multi-toggle button. It wouldn't necessarily be used to switch views. > Are there any other examples...