Skip to content

Commit 9379293

Browse files
authored
Update README.md
1 parent 021f40a commit 9379293

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ A selection of a recently visited location can be used as a starting point to fo
2929

3030
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/SuggestBoxLib/screenshots/Unbenannt-10.png)
3131

32+
The control can short text that are too long in meaningfull way by inserting ellipses '...' on the:
33+
- left
34+
- right or in the
35+
- center
36+
37+
of a given string. This display is available only if the control is not currently focused.
38+
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/SuggestBoxLib/screenshots/ShowEllipses_Centered.png)
39+
3240
## User Feedback
3341

3442
The control implements a [NextTargetLocationArgs](https://github.com/Dirkster99/SuggestBoxLib/blob/master/source/SuggestBoxLib/Events/NextTargetLocationArgs.cs) event that can be raised via enter/escape key in the textbox control to support keyboard
@@ -46,6 +54,10 @@ can be triggered with the property attached to the checkbox in the demo applicat
4654
Screenshot in this repository where done with this highlighting color on Windows 10:
4755
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/SuggestBoxLib/screenshots/Untitled.png)
4856

57+
A Dark/Light themed demo application and a Generic application are part of this repository.
58+
59+
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/SuggestBoxLib/screenshots/Unbenannt-4.png)
60+
4961
Load *Light* or *Dark* brush resources in you resource dictionary to take advantage of existing definitions.
5062

5163
```XAML
@@ -66,7 +78,3 @@ These definitions do not theme all controls used within this library. You should
6678
- [MUI](https://github.com/firstfloorsoftware/mui)
6779

6880
to also theme standard elements, such as, button and textblock etc.
69-
70-
A Dark/Light themed demo application and a Generic application are part of this repository.
71-
72-
![](https://raw.githubusercontent.com/Dirkster99/Docu/master/SuggestBoxLib/screenshots/Unbenannt-4.png)

0 commit comments

Comments
 (0)