Click here to Skip to main content
15,867,330 members
Articles / Desktop Programming / Windows Forms

WinForm VB.NET Hosting WPF Ribbon - Part 2 - Using ICommand with MVVM Pattern

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
11 Jan 2022CPOL2 min read 5.6K   140   4  
My idea was to host a WPF user control with Ribbon within a WinForm VB.NET project and try to use MVVM pattern.
There are Ribbon frameworks which allow using it on Winforms, but it does not seem so easy to customize them. So my idea was to host a WPF usercontrol with Ribbon within a Winforms VB.NET project. This is no richtext editor but only a demo with example menu items.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Germany Germany
Retired

Comments and Discussions