UWPのリボンを作る方法はありますか? Is there a way to make a UWP ribbon?

trsht-tmyk 21 Reputation points
2020-11-15T06:32:34.397+00:00

UWPにリボンコントロールはないのですか?
もしなければ、どのように作ればよいのでしょうか。

もしよければ、そのサンプルコードを見せていただきたいです。

Does UWP have ribbon controls?
If not, how do you make it?

If you like, please show me the sample code.

Developer technologies | Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-11-16T02:41:29.113+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Does UWP have ribbon controls?

    No, UWP doesn't have ribbon controls. Generally, we will use the Command bar to provide easy access to common tasks in UWP apps. The CommandBar control is a general-purpose, flexible, light-weight control that can display both complex contents, such as images or text blocks, as well as simple commands such as AppBarButton, AppBarToggleButton, and AppBarSeparator controls. You could download the XAML Controls Gallery app and check the usage of Command Bar.

    At last, Microsoft Q&A is an English forum, please ask questions in English and do not post questions in other languages.

    Thank you.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.