Taubegang Freiesten von Friedrichs
Taubegang Freiesten von Friedrichs
wps那样是不规范的手写草稿,按照正规的unicode规范,中文排版逗号是避头的
> > It should be easy to combine the two. The would provide the "tabs" and the the buttons.`SelectorBar``Ribbon` > > So you would use the Selected **SelectorBarItem** to load...
May I ask how you made the reveal highlight effect? I checked `RibbonStyle.xaml`, but I found nothing. 
> @Tartarusome The reveal effect is on the `GridViewItem`s from the `GridView` used in the "Advanced" group in the sample. Since there is no custom style on those `GridViewItem`, they...
Coming from 2024,i 'd make this component by myself. (You can never underestimate Microsoft’s development speed, because it can always go even lower.)
> With 1.4, I use _OverlappedPresenter.SetBorderAndTitleBar_(false, false)在 1.4 中,我使用 OverlappedPresenter.SetBorderAndTitleBar(false, false) and _OverlappedPresenter.IsResizable_ = false (removes WS_THICKFRAME)和 OverlappedPresenter.IsResizable = false(删除WS_THICKFRAME) It works on 1.5.4 too, but how can I resize...
> > It works on 1.5.4 too, but how can I resize the window?Must I create a small triangle in the corner by myself?它也适用于 1.5.4,但是如何调整窗口大小?我必须自己在角落里创建一个小三角形吗? > > A way is...