Niels Laute

Results 377 comments of Niels Laute

> [RepeatBehavior](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.media.animation.repeatbehavior?view=winrt-22621) is not an enum Yeah, my point was that you might need to convert it manually.. (from string to x). See the previous example. Might be the same...

@Arlodotexe @michael-hawker What would you recommend on implementing this. A large #if WINAPPSSDK section in App.xaml.cs that handles the WinUI 3 part of this and one for UWP (which should...

> For the documentation render for the tabbed mode, I think that's fine. I was talking about the header in the sample mode here actually: > > ![image](https://user-images.githubusercontent.com/24302614/175098073-a0e3f52c-78d8-487d-84c1-740259fb164e.png) > >...

I wonder if there's an automated way to filter out all unused strings from the `Resources` file. I think, due to UI changes and other things, we might have a...

> Considering we respect limiters like `type:folder` or `type:file` I wonder if the filter for the indexer extension should just append those to the search text? That provides the functionality...

> I suggest that the `TitleBar sample` should also be updated in the same PR to describe the new `TitleBar`. Maybe better to that in a separate PR? I've created...

> I suggest that the `TitleBar sample` should also be updated in the same PR to describe the new `TitleBar`. @Zakariathr22 Since some of that old sample code was intertwined...

I guess we could.. but it would require a lot of work as we'd need to port those individual samples to the structure / pages we use in WinUI Gallery?

I don't think we should copy over the Composition Gallery as is into this project. We'd need to port it (meaning refactoring the samples so they are similar to all...