Mahdi Hosseini

Results 184 comments of Mahdi Hosseini

report it in original repo but it seems that issue fixed https://github.com/HandyOrg/HandyControl/commit/66ad32f52a18c4b6a22aed711042eac8a6e9bf92

I merged latest changes. can anyone review this pr? @bpulliam @Scottj1s

if you want to run samples, you need to clone sample repo https://github.com/microsoft/windowsappsdk-samples

@karkarl ~~i used SwitchPresenter from communityToolkit.(I copied its codes directly in the repository)~~ i created a pr which is working fine. https://github.com/microsoft/WinUI-Gallery/pull/1540

> Does this solve #704? No. we need to disable horizontal scroll

> Thank you for creating this PR! > > I think porting the SwitchPresenter control over just for this is a bit overkill, this problem can also be solved with...

> We are in fact using Community Toolkit packages, that is correct. I would argue though, in this case, porting a complete control for something one could do with a...

@marcelwgn I saw your last message late, I sent 2 commits, First by changing the visibility and lastly the suggestion you gave.

> For some reason - for some controls, the content is empty. ![image](https://private-user-images.githubusercontent.com/65828559/331901748-1acbb26c-b77d-4db8-805a-9d88e7f4043d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTYxNTQ1NjcsIm5iZiI6MTcxNjE1NDI2NywicGF0aCI6Ii82NTgyODU1OS8zMzE5MDE3NDgtMWFjYmIyNmMtYjc3ZC00ZGI4LTgwNWEtOWQ4OGU3ZjQwNDNkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTE5VDIxMzEwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg1MDQ5Nzk3YTFhMzM0NTVlOTMyMjhmNTc1ZmM5YzlhMzlkNzdiNGZiNWRjYWFmOTY0NTRkYzM3MGU2N2JmNzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.AhhsdFXT2u9DTPTdltgrq-09YpfvKzWsxBPtB-CJEgI) ![image](https://private-user-images.githubusercontent.com/65828559/331901898-2bf19b20-b0cf-4048-b30a-4b7ec41f64aa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTYxNTQ1NjcsIm5iZiI6MTcxNjE1NDI2NywicGF0aCI6Ii82NTgyODU1OS8zMzE5MDE4OTgtMmJmMTliMjAtYjBjZi00MDQ4LWIzMGEtNGI3ZWM0MWY2NGFhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTE5VDIxMzEwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI5Y2JkMDcxMDExNWJmMmVhNTY1YmYxYzYxNDFlYTg2NGVjNmNiODU4NGExNTAyOWI0ZGY5NWRmZmZkY2MyMTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.fbKHsHk2JReltBNaVucdScdPG6EeYTqjWOmzBrdGZV4) hmm... it seems that XamlSource is just a file path, so content will be updated later...

Hi @Balkoth your sample its working on Win11. It looks like you are using p/invoke to open the dialog. You can use P/Invoke for Windows Form and for WinUI 3,...