Splitwirez / AvaloniaRibbon

Ribbon for avalonia
MIT License
106 stars 23 forks source link

Standalone control #5

Closed jinyuttt closed 3 years ago

jinyuttt commented 4 years ago

1.It is suggested to change the name,Ribbon to ribboncontrol;

2.Modify the namespace, do not mix with Avalonia, take a separate name

Splitwirez commented 4 years ago
  1. Oh? Why is that?

  2. Yeah, I've changed the namespace now. My bad.

jinyuttt commented 4 years ago

@Splitwirez There's no problem. It's just that the name of all similar controls on the windows platform is called ribboncontrol, which is more in line with the habit of windows components.

jinyuttt commented 4 years ago

Please update Avalonia 0.9.10

jinyuttt commented 4 years ago

Have you ever used devexprress?

Can a matching ribbon state bar be produced?

jinyuttt commented 4 years ago

How to put the title of ribbon window in the middle and enlarge the font? I want to put the logo in the upper left corner of the window (the current title position). How to operate?How to put the title of ribbon window in the middle and enlarge the font? I want to put the logo in the upper left corner of the window (the current title position). How to operate?

Splitwirez commented 4 years ago

@Splitwirez There's no problem. It's just that the name of all similar controls on the windows platform is called ribboncontrol, which is more in line with the habit of windows components.

Hm...I guess I could rename the actual Ribbon control itself to RibbonControl, if that's what you mean.

Please update Avalonia 0.9.10

Currently discussing updating to Avalonia 0.9.11, is that acceptable?

Have you ever used devexprress?

No, no I have not.

Can a matching ribbon state bar be produced?

Um...I can't find a control by that name. Did you mean a ribbon status bar?

How to put the title of ribbon window in the middle and enlarge the font? I want to put the logo in the upper left corner of the window (the current title position). How to operate?

I'll do you one better, and properly support the existing Icon property.

jinyuttt commented 4 years ago

Thank you very much. You are right. I feel that you are right. There is no need to modify it. Of course, you can update to the latest version of Avalonia;

That's what you call the status bar;

Thank you. The control I am studying and using to do demo may be used in production environment.

jinyuttt commented 4 years ago

@Splitwirez Hello, do you have time to implement statusbar recently?

Splitwirez commented 4 years ago

@Splitwirez Hello, do you have time to implement statusbar recently?

Could you elaborate on the exact functionality you want, and what it has to do with the Ribbon?

jinyuttt commented 4 years ago

It is the status bar in WPF, which can adapt to skin, and can add various kinds of controls, and the controls are obviously separated (|). Generally, labels, buttons and text boxes are allowed to be added. Set left or right.