An open API service indexing awesome lists of open source software.

https://github.com/yu2924/testxamlmfc

an experiment using XAML islands
https://github.com/yu2924/testxamlmfc

winrt xaml-islands

Last synced: 3 months ago
JSON representation

an experiment using XAML islands

Awesome Lists containing this project

README

        

# TestXamlMfc

WinRT XAML Islandsを使ってレガシーコードにXAMLコンテンツを統合する実験。

## NuGetパッケージ

- Microsoft.Toolkit.Win32.UI.SDK 6.1.2
- Microsoft.Windows.CppWinRT 2.0.240405.15

## 今後の課題

- バインディング出来ていない
- 描画スタイルがFluent Designではない

## 参考

[C++ デスクトップ (Win32) アプリで標準 WinRT XAML コントロールをホストする](https://learn.microsoft.com/ja-jp/windows/apps/desktop/modernize/xaml-islands/host-standard-control-with-xaml-islands-cpp)