Julien Lebosquain
eac0e43656
Implement TransitionContentControl.TransitionCompleted ( #15172 )
2 years ago
laolarou
c6c12cee37
Fix for issue #13493 ( #13518 )
* Update OpenGlControlBase.cs
* Update TransitioningContentControl.cs
* bug fix and add test
2 years ago
Alshain
e3c8e378a2
Allow TransitioningContentControl to be reversed. ( #13003 )
* Allow TransitioningContentControl to be reversed. (#12442 )
* Fix incorrect property name.
* Add missing pseudoclass attribute.
* Remove reversed transition pseudo class as discussed in review.
* Update samples/ControlCatalog/ViewModels/TransitioningContentControlPageViewModel.cs
Co-authored-by: Max Katz <maxkatz6@outlook.com>
---------
Co-authored-by: Max Katz <maxkatz6@outlook.com>
2 years ago
daniel
953ec9b3ef
Remove BypassLogicalChildrenManagement and use OnPropertyChanged
3 years ago
daniel
35be25ee2e
typo
3 years ago
daniel
f7a584e86e
Return true when first presenter register and fix logical children duplicated
3 years ago
daniel
849d499539
Use two presenter
3 years ago
Steven Kirk
146ebd201d
Remove IPresenter and IContentPresenter.
3 years ago
Steven Kirk
7882801e5f
Set default value for PageTransition.
Create an immutable crossfade class which can safely be used as a default styled property value.
3 years ago
Steven Kirk
5470c1272f
Set default transition.
Not really sure we should be doing this, but the previous version had it (though it was using a mutable object as a `StyledProperty` default value which means the instance was shared: bad).
3 years ago
Steven Kirk
5474d1e360
Refactor TransitioningContentControl.
Now has two `ContentPresenter`s between which it transitions.
Fixes #11167
3 years ago
daniel
dea807609f
Move UpdateLogicalTree Call to CurrentContent Change
3 years ago
daniel
4780567438
Don't reomve old content from logicaltree
3 years ago
Max Katz
3af3459074
Stop transition if it was cancelled
4 years ago
Steven Kirk
f8706278a8
Make OnPropertyChanged non-generic.
4 years ago
Dan Walmsley
fc37188c25
make property public or cannot be used outside assembly.
4 years ago
Dan Walmsley
2cd4c0d8b7
whitespace
4 years ago
Dan Walmsley
aed50c83c5
make DisplayedContent internal (its not public, its implementation detail), rename to CurrentContent.
4 years ago
Dan Walmsley
814893877e
cancel transition if detached.
4 years ago
Dan Walmsley
af8b5c34a7
fix comment.
4 years ago
Dan Walmsley
4f7edc09fa
fix warnings.
4 years ago
Dan Walmsley
3848dab2fe
dont start animation until we have attached to visual tree.
4 years ago
Dan Walmsley
22c7cb9330
use getter.
4 years ago
Dan Walmsley
f9e89adba8
Add missing docs.
4 years ago
Dan Walmsley
ef3c5f9869
transitioning content control, make the displayedcontent readonly direct property.
4 years ago
Dan Walmsley
9dd3d8e785
add transitioning content control.
4 years ago