Steven Kirk
d95af80ffa
Fix TextBox wrapping.
Fixes issue #475
10 years ago
Steven Kirk
f2ecce6cc2
Remove TextBox hacks.
Now that we can have attached properties in bindings.
10 years ago
Steven Kirk
96ab9e62cd
Added attached property support in bindings.
10 years ago
Steven Kirk
42ccfebf17
Fixed TextBox floating watermark.
It should not scroll with TextBox contents.
10 years ago
Steven Kirk
80c83a4d8a
Expose ScrollViewer CLR attached properties accessors.
10 years ago
Steven Kirk
7a67889b45
Call InvalidateArrange on Canvas not child control.
10 years ago
Steven Kirk
d708e7744f
Set TreeViewItem padding.
10 years ago
Steven Kirk
bc7c0ece15
Ensure active direct bindings don't get collected.
10 years ago
Steven Kirk
f6c205202d
Look up attached properties by explicit owner type.
Fixes #481 .
10 years ago
Steven Kirk
a7ea5287a5
Fixed canvas attached property owners.
10 years ago
Dan Walmsley
5ac817e2b8
updated comment.
10 years ago
Dan Walmsley
375ac04e6a
using lamda instead of getter.
10 years ago
Dan Walmsley
9f6042e0cf
no longer verify thread access to list.
10 years ago
Dan Walmsley
9e0e0905af
Window.Windows is now Window.OpenWindows, exposed as IList and corrected code standards.
10 years ago
Dan Walmsley
8b2accd6ad
Implemented Windows Enumerable.
10 years ago
Steven Kirk
093dd452e5
Return InstancedBinding from TreeDataTemplate.
This hopefully fixes the part of issue #284 related to TreeDataTemplate.
MemberSelector needs a similar fix.
10 years ago
Steven Kirk
1d6813b918
Handle empty text when double-clicking TextBox.
Fixes #458
10 years ago
danwalmsley
8e9cf40ead
implemented ScrollSize from IScrollable.
10 years ago
Wiesław Šoltés
9ec94dc29d
Added CommandParameter property for KeyBinding
10 years ago
Steven Kirk
fa9e7fbcd8
Don't use observables to detach styles.
Rather than adding a TakeUntil(control.StyleDetach) to each applied
style, keep track of the applied styles in a static list. This
dramatically reduces memory usage.
10 years ago
Steven Kirk
d64a163ae9
Correctly update ScrollViewer viewport.
10 years ago
Steven Kirk
46b3ce2a01
Fix ScrollViewer.
Use calculated values for scrollbar properties where possible.
10 years ago
Steven Kirk
e332d3f518
Make TreeViewItem.IsExpanded a direct property.
This allows TreeViewItems to be opened by the mouse!
10 years ago
donandren
a530f5b7e7
reformat LayoutTransformControl code
10 years ago
Steven Kirk
ac0a78293f
Actually return visual root from IVisual.VisualRoot.
10 years ago
donandren
3c3ec8cfbb
LayoutTranformControl code reformatted
10 years ago
donandren
1b8e0faa7f
Default template in code of LayoutTransformControl removed and added default template in theme
10 years ago
Steven Kirk
20cb202232
Fix bindings not being unsubscribed on Dispose.
10 years ago
donandren
e7363e5fd8
ApplyLayoutTransform made private
10 years ago
Steven Kirk
92035ffdba
Don't CombineLatest if no need.
10 years ago
donandren
454d1b744c
ScaleTransform Added
10 years ago
donandren
d36aae900c
LayoutTransformControll added
10 years ago
donandren
b26573656a
HasInverse Property property of Matrix
10 years ago
Steven Kirk
886fbb5458
Make ExpressionObserver accept a priority for sets.
This makes auto-expanding the treeview in DevTools work again.
10 years ago
Steven Kirk
22952e4b0d
Only apply delayed bindings to TopLevels on load.
Otherwise e.g. StyleResources for UserControls aren't found.
10 years ago
Steven Kirk
eaecc0c89e
Removed unused field.
10 years ago
Steven Kirk
5802040d3e
Optimize ContentPresenter.
Make ContentPresenter have many of Border's properties so that every
instance of a ContentPresenter doesn't need to be wrapped in a Border.
Idea stolen from UWP.
10 years ago
Steven Kirk
e7556fbf39
Expose IVisual.VisualRoot.
10 years ago
Steven Kirk
9044d586a5
Make Decorator.Child an IControl.
10 years ago
Steven Kirk
7dbb9b4373
Added InvalidateVisual to IVisual.
10 years ago
Steven Kirk
b46d91e71e
Removed unnecessary rx Select.
10 years ago
Steven Kirk
3532da2bb0
Use inner dictionary in property registry.
This speeds up perspex property lookups.
10 years ago
Steven Kirk
7045268acc
Cache selector strings.
10 years ago
Steven Kirk
072941837b
Refactored styles...
To try and make them more performant.
10 years ago
Darnell Williams
9935ffe9c4
Corrects SizeToContent for both windows and control wrppers
10 years ago
Darnell Williams
f6ef5d3698
Corrects loading paml files and content sizing for usercontrols
10 years ago
Steven Kirk
d2d58f9fe0
Don't share Popups in ContextMenu.
Was causing render problems for some reason, and this was the quickest
way to solve it.
10 years ago
Steven Kirk
f87cc32ec6
Fix DesignerAssist.
Designer should work again now.
10 years ago
Steven Kirk
87ab442ab3
Fixes #466 .
10 years ago
Steven Kirk
8c9a2e89ad
Make DataTemplate-created TreeViewItems namescopes.
Closes #463 .
10 years ago