Steven Kirk
|
5bfa93b747
|
Renamed Deck -> Carousel.
|
11 years ago |
Steven Kirk
|
5a40e57f2b
|
Added extra TabControl test.
|
11 years ago |
Steven Kirk
|
292a04d973
|
Renamed DataTemplate -> FuncDataTemplate.
|
11 years ago |
Steven Kirk
|
ad70cf874c
|
Make the TestApplication work again.
Expose the tab item content selector from TabControl, and make
FuncMemberSelector return default(T) if the parameter is of the wrong
type.
|
11 years ago |
Steven Kirk
|
338a1c0d91
|
Added ItemsControl.MemberSelector
And use it to select the TabItem.Content property for the Deck in a
TabControl.
|
11 years ago |
Nikita Tsukanov
|
01e2c90bc5
|
Removed this.
|
11 years ago |
Steven Kirk
|
145411020b
|
Ran .net core code formatter.
|
11 years ago |
Steven Kirk
|
6151aef188
|
Removed file headers.
|
11 years ago |
Steven Kirk
|
d11d779414
|
Trying to fix capitalization of tests and docs AGAIN.
|
11 years ago |
Steven Kirk
|
1a2fba4798
|
Revert "Fixed casing of Docs and Tests directories."
This reverts commit 845b28a2c2.
|
11 years ago |
Steven Kirk
|
845b28a2c2
|
Fixed casing of Docs and Tests directories.
|
11 years ago |
Steven Kirk
|
aa88783b18
|
Fix failing tests.
|
11 years ago |
Steven Kirk
|
aa147f0423
|
More stylecoping.
|
11 years ago |
Steven Kirk
|
a4680f2041
|
Removed TabControl.SelectedContent.
Not currently needed, as Deck is responsible for displaying the selected
content.
|
11 years ago |
Steven Kirk
|
07aa92e1b7
|
Allow TabControl to reparent children of its Deck.
|
11 years ago |
rob
|
80935434bc
|
#46 Added remove-Tests for TabStrip and TabControl.
TabControl's SelectedContent fails.
|
11 years ago |
Steven Kirk
|
77e81c4360
|
Make TabControl/Deck work again.
|
11 years ago |
Steven Kirk
|
c0fc38358f
|
Refactored templates a bit.
Added interfaces, moved them to Controls.Templates namespace and added
base classes for common Func<> templates.
|
11 years ago |
Steven Kirk
|
7f608ffa6c
|
Fixed failing tests.
|
11 years ago |
Steven Kirk
|
ba8552cb81
|
Renamed Id to Name.
No reason to be different for the sake of it.
|
11 years ago |
Steven Kirk
|
83cad3a98b
|
Update TabControl template in test.
Tests still failing but no longer because the Deck couldn't be found.
|
11 years ago |
Steven Kirk
|
fb08924070
|
Make TabControl logical child test pass.
And simplified logic in selecting ContentControl logical child.
|
11 years ago |
Steven Kirk
|
1c8a53a880
|
Test correct result from TabControl logical child.
Doesn't actually pass yet...
|
11 years ago |
Steven Kirk
|
d25c4e0b4c
|
Some work on TabControl/TabStrip.
|
11 years ago |