Steven Kirk
20b2bc21b6
Prevent ComboBox borders getting cut off.
4 years ago
Steven Kirk
47215816a2
Validated ComboBox/Item ControlTheme.
4 years ago
Steven Kirk
9d0132dc24
Remove unneeded normal state.
4 years ago
Steven Kirk
afe3486e9f
Remove trailing /template/ selectors.
4 years ago
Steven Kirk
2b3608078e
WIP: Porting fluent theme to use control themes.
Co-Authored-By: Takoooooo <tako0qq@gmail.com>
4 years ago
Steven Kirk
d1956d18b4
Scale ComboBox popup according to RenderTransform.
4 years ago
amwx
6aa31333af
Update FluentTheme templates
4 years ago
Benedikt Stebner
55d28216a7
Use ForgroundProperty directly where possible
4 years ago
Benedikt Stebner
b99e1b6b2c
Cleanup attached properties
4 years ago
Benedikt Stebner
9250d93407
Implement embedded runs
Improve text edit navigation
Implement IncrementalTabWidth
4 years ago
robloo
a1e9558c41
Better set MinHeight in controls with drop-down chevrons
4 years ago
robloo
50a88536f3
Add min height for DropDownButton, same as ComboBox
4 years ago
robloo
8453258ed3
Simplify and improve DropDownGlyph in fluent ComboBox
4 years ago
robloo
b3049cf664
Add missing space
4 years ago
Max Katz
64922a34a9
Add CornerRadius to TemplatedControl and use it where possible
5 years ago
amwx
7d863e877f
Let Data and Stretch be overridden
5 years ago
Max Katz
37dda37e46
Move Fluent theme files
6 years ago
Dan Walmsley
62ca81e9fb
add datavalidation errors to combobox.
6 years ago
Roland Soós
31d8ada74b
Update ComboBox.xaml
6 years ago
Steven Kirk
d4cb11be47
Bind ScrollViewer scrollbar visibility properties.
And disable the horizontal scrollbar on the default theme (this was already being done in fluent theme).
Fixes #4768 .
6 years ago
Anton Mitsengendler
78188c5517
Added template binding for ComboBox placeholder foreground in Fluent Theme
6 years ago
Steven Kirk
b2a7339b4b
Added Popup.IsLightDismissEnabled property.
And deprecate `StaysOpen` in favor of this property.
6 years ago
Maksym Katsydan
722cc80dc1
Hide ComboBox Header container
6 years ago
Dan Walmsley
16077c3f93
control templates inherit fonts.
6 years ago
Maksym Katsydan
df3c6d5498
Add HorizontalContentAlignment and VerticalContentAlignment to ComboBox default and fluent style
6 years ago
Maksym Katsydan
300a6952d1
Use focus-visible instead of custom focusvisual
6 years ago
Maksym Katsydan
82bd3564a5
ComboBox: add focusvisual pseudoclass to replace focus adorner
6 years ago
Maksym Katsydan
a08f00d78f
Update ComboBox selected and focus styles
6 years ago
Dariusz Komosinski
e0baaf3359
Bring 4 dimensional combo box min height back to mortal plane.
6 years ago
danwalmsley
d29f4144a9
add missing margin
Co-authored-by: Max Katz <maxkatz6@outlook.com>
6 years ago
Dan Walmsley
566cb8b7d7
update combobox template.
6 years ago
Dan Walmsley
693b0db43b
almost finished port of combobox.
6 years ago
Dan Walmsley
f2d5ca9e85
add resources for combobox.
6 years ago
danwalmsley
59172a3f79
Add a Fluent theme (identical to Default for now) to allow new theme work to progress without affecting default theme and templates ( #4004 )
* Define the base colours and brushes.
* import base / system colours.
* test textbox using alias for resource.
* add a fluent theme
* revert default theme
* revert original theme.
* restore default theme.
* remove old accents from fluent theme.
* rename namespaces, etc for new theme.
* make control catalog run again.
* undo textbox work.
* Revert "undo textbox work."
This reverts commit 477665c306 .
* add missing fontweight.
* add the UWP base resources.
* Organise the Fluent themes to separate UWP base resources from Fluent resources.
* Add fluentBase dark and light overrides.
* Add xaml files to contain control resources until we get equivalent of ThemeDictionaries.
* undo textbox work.
6 years ago
José Pedro
a76d14650b
Fixed obsolete API usages.
6 years ago
Symbai
10d1412d0c
Update ComboBox.xaml
6 years ago
Symbai
10ad9eb7ed
Update ComboBox.xaml
6 years ago
Symbai
38e65c5a53
Update ComboBox.xaml
6 years ago
Nikita Tsukanov
07ed194c9d
Review comments
7 years ago
Stano Turza
7ab413be4b
Fix Combobox hit testing
7 years ago
Nikita Tsukanov
f9561260a3
IPopupImpl is now optional advanced feature
7 years ago
Steven Kirk
2fa8247f01
Removed MemberSelector.
7 years ago
Steven Kirk
53b71076d6
DropDown -> ComboBox.
Renamed `DropDown` to `ComboBox` to fit in with WPF/UWP.
7 years ago
Andrey Kunchev
c4ab664833
Use Adorner Focus styling for focused DropDownItem
8 years ago
Andrey Kunchev
59a286ba10
let dropdown support virtualization if needed
8 years ago
Andrey Kunchev
b8b7de237d
fit dropdown popup in screen
8 years ago
Dan Walmsley
4c9d41d980
fix color resource names
8 years ago
Steven Kirk
b8f127fce7
Reimplemented TemplateBinding.
Rather than just use a standard `Binding`, make `TemplateBinding` a lightweight binding in the case where the binding is simply to a property on the templated parent.
8 years ago
Steven Kirk
f8e2be8681
Use ItemTemplate in DropDown's ContentControl
Fixes #1386
8 years ago
Steven Kirk
f6ed69be28
StyleResource -> DynamicResource
9 years ago