Mahdi Hosseini

Results 296 comments of Mahdi Hosseini

@Pomianowski thanks but I found another way and everything works fine😁 If anyone is interested, you can see the codes here https://github.com/ghost1372/HandyControls/commit/41fce1df04b45ab9a7a8ebad33f3810a89a1ad13

> > [@Zakariathr22](https://github.com/Zakariathr22) I saw that these APIs were included in 1.8-exp: > > > > Wonder if we could get the logic out of the box with these APIs?...

@w-ahmad Currently, to search for information, we must first tap the three dots, then search in the AutoSuggestBox (This is while the search is performed only in the desired cell)...

> This trick works for me after upgrading 1.6 even though I decided to rollback back to 1.5 because of other issues. > > ``` > ExtendsContentIntoTitleBar = true; >...

another solution: ``` private const int GWL_STYLE = -16; private const long WS_BORDER = 0x00800000; private const long WS_CAPTION = 0x00C00000; private const long WS_THICKFRAME = 0x00040000; // Importing necessary...

https://github.com/qian-o/WinUI.Dock

> [@snigdha011997](https://github.com/snigdha011997) Hi, sorry for late reply > > ## 📝 Description of the Repo and Bug > ### 🔗 **Repo**: [[ThemeWinUIBug by @muni20](https://github.com/muni20/ThemeWinUIBug)](https://github.com/muni20/ThemeWinUIBug) > ### ✅ **Steps to Reproduce...

I run the Gallery app without any problems and I can say with certainty that the Nuget package is fine. I even created a new project and installed the Nuget...

> Thank you. I tried your suggestions and I am still having the same issue. No dupes or even references to that in App.xaml. I'll try going back to 6.0...