From a860d09bb3e1cf5eae413634db0b6a51c34af235 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Tue, 9 Feb 2016 18:49:21 +0100 Subject: [PATCH] update test --- Templates/ScrollingListBox.goml | 14 ++++++++------ Tests/GOLIBTests.cs | 6 ++++-- Tests/Interfaces/1.crow | 7 ++++++- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Templates/ScrollingListBox.goml b/Templates/ScrollingListBox.goml index db0973d8..0de4bf26 100644 --- a/Templates/ScrollingListBox.goml +++ b/Templates/ScrollingListBox.goml @@ -1,13 +1,15 @@  - - + + - + Margin="2" VerticalScrolling="true" ScrollY="{../scrollbar1.Value}" + ValueChanged="../../../_scroller_ValueChanged"> + + Width="14" Height="{../../../TemplatedHeight}" /> \ No newline at end of file diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index dfbba27f..6da1768f 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -37,6 +37,8 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { + "testCombobox.goml", + "1.crow", "0.crow", "testPopper.goml", "testTextBox.crow", @@ -60,7 +62,7 @@ namespace test "2.crow", "test1.goml", "testWindow2.goml", -// "testCombobox.goml", + "testWindow3.goml", "testWindow.goml", "testCheckbox.goml", @@ -142,7 +144,7 @@ namespace test return; NotifyValueChanged ("alignment", Enum.Parse(typeof(Alignment), rb.Caption)); } - IList testList = null; + IList testList = Color.ColorDic.ToList(); public IList TestList { set{ testList = value; diff --git a/Tests/Interfaces/1.crow b/Tests/Interfaces/1.crow index 72a0e062..f44aea14 100755 --- a/Tests/Interfaces/1.crow +++ b/Tests/Interfaces/1.crow @@ -1,2 +1,7 @@  - \ No newline at end of file + + + + + + \ No newline at end of file -- 2.47.3