Mahdi Hosseini
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.   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,...