wpfui icon indicating copy to clipboard operation
wpfui copied to clipboard

Allow hide close button, add window state control button tooltips, use three dots to indicate incompletely displayed text.

Open LHTXQ opened this issue 3 years ago • 0 comments

Describe the solution you'd like A. Allow hide close button by setting:

<ui:TitleBar 
  ShowMaximize="False"
  ShowMinimize="False"
  ShowClose="False"
  UseSnapLayout="False">

B. Add window state control button tooltips like this: image

C. Use three dots to indicate incompletely displayed text like this: imageimage

LHTXQ avatar Jul 24 '22 06:07 LHTXQ