Mahdi Hosseini

Results 184 comments of Mahdi Hosseini

@niels9001 i found another bug! we can not move window or exit full screen (drag & drop or double click on Titlebar) if we use Win + Right or Left...

It seems that **SetDragRects** is marked as deprecated in the metadata and there is a new API in v1.4, `Microsoft.UI.Input.InputNonClientPointerSource.GetForWindowId(wndId).SetRegionRects(NonClientRegionKind, Rects)` > InputNonClientPointerSource in the Microsoft.UI.Input namespace can be used...

oh finally there is a sample code: https://github.com/microsoft/WinUI-Gallery/pull/1360

You are doing wrong... You can not use strings exist in Main Project in class library, but you can use class library strings resources in your Main App

> > You are doing wrong... You can not use strings exist in Main Project in class library, but you can use class library strings resources in your Main App...

Generic file is generated by your tool, how i can add a code-behind for this? What do you think about this Idea, if we consider a property for example IsCodeBehind...

So how about x:class attribute? Does this attribute added to generic.xaml by tool?

I will test as soon as I get home But I guess it won't work because the x:class (mynamespace.folder.itemtemplate) in itemtemplate.xaml is connected to itemtemplate.cs codebehind If i create a...

Ok tnx i should test, Do you have any comment about my idea? Adding a property in xamlcombineitem csproj? I think this can be work

What did we win? I don't remember participating anywhere to win