Commit Graph

1182 Commits

Author SHA1 Message Date
Ross Ferguson
b81d43d486 ComboBox multiple fixes. Dim.Fill() incorrectly calculated. List height not resizing. SetSource() not immeadiately updating list. Double click not selecting item. Example now demo resizes with view 2020-07-06 22:26:01 +01:00
BDisp
2f9056acb1 Made changes as suggested. 2020-07-06 22:22:21 +01:00
BDisp
1cb87cbd72 Fixes #723 Views now are notified when they are added or removing. 2020-07-06 22:21:25 +01:00
BDisp
cae0bf57fd Merge branch 'view-tab-index-feature' into listview-reseting 2020-07-06 17:31:09 +01:00
BDisp
b5a6e3bdc4 Added TabIndex and TabStop properties. 2020-07-06 17:29:22 +01:00
BDisp
f4cae986f3 Gets the height based on the LayoutStyle. 2020-07-05 21:22:11 +01:00
BDisp
fc8ceff025 Merge branch 'enter-leave-events' into view-tab-index-feature 2020-07-05 21:11:54 +01:00
BDisp
7a32bcf6af Fixing some bugs. 2020-07-05 21:10:24 +01:00
BDisp
8cbaed1a37 Preventing SelectedChanged event being fired using a mouse if it isn't needed. 2020-07-05 17:42:20 +01:00
BDisp
06b4459c54 Forgot to check if the source.Count > 0. 2020-07-05 14:55:30 +01:00
BDisp
fe58e894ed Merge branch 'enter-leave-events' into listview-reseting 2020-07-05 14:26:06 +01:00
BDisp
8582017b13 Ensures the event SelectedChanged gets fired if the lastSelectedItem == -1. 2020-07-05 14:22:24 +01:00
BDisp
82f95504ce Reset the ListView when the source is defined. 2020-07-05 02:11:48 +01:00
BDisp
a1202fe55e Changed focused to this. 2020-07-05 02:04:40 +01:00
BDisp
69e4138750 Fixes #742. Added a TabIndex to the View. 2020-07-04 11:20:06 +01:00
BDisp
f9d55c9d08 Ensures the HasFocus property only can be set by the SetHasFocus method. Removed unnecessary code in Menu. 2020-07-04 09:43:18 +01:00
BDisp
89afea2e7d Fixing the ComboBox OnEnter. 2020-07-03 23:46:11 +01:00
BDisp
caa43eb371 Fixes #743. Added View argument to the Enter and Leave events. 2020-07-03 23:38:34 +01:00
Charlie Kindel
527c8aa365 Merge pull request #741 from BDisp/multi-thread-toplevels
Fixes #740. Multi thread toplevels.
2020-07-03 06:53:16 -07:00
BDisp
67785f7e7f Forgot shutdown the driver at exit. 2020-07-03 01:04:18 +01:00
BDisp
aa51de0bf0 Improvement the Application.Top in Demo. 2020-07-02 23:57:50 +01:00
BDisp
4fc50aae90 Allowing multi-thread toplevels. 2020-07-02 23:53:32 +01:00
Charlie Kindel
b13de5435b Merge pull request #735 from daltskin/master
ListView - handle null values
2020-07-02 11:35:10 -07:00
Jamie D
4caa852db2 be more concise 2020-07-02 19:30:54 +01:00
Jamie D
e5647b9299 keep to int 2020-07-02 18:12:14 +01:00
Charlie Kindel
a557252196 Merge pull request #739 from BDisp/scrollview-autohide-features
Added a condition when both scroll bars depends on each other.
2020-07-02 08:12:23 -07:00
BDisp
fe1ef4c07f Fixe a bug. 2020-07-02 16:09:00 +01:00
BDisp
6f36965b08 Added a condition when both scroll bars depends on each other. 2020-07-02 15:57:50 +01:00
Charlie Kindel
c08439cfd9 Merge pull request #738 from BDisp/scrollview-autohide-scrollbars
Fixes #737.Added an auto hide scroll bars to the ScrollView.
2020-07-02 07:26:41 -07:00
Charlie Kindel
97521d71bf Merge pull request #736 from BDisp/listview-end-home-move
Very nice!
2020-07-02 07:24:43 -07:00
BDisp
9e304f412b Fixes # 737.Added an auto hide scroll bars to the ScrollView. 2020-07-02 14:18:51 +01:00
BDisp
996cef2ee4 Added End and Home keys to the ListView. 2020-07-02 12:21:08 +01:00
Jamie D
ef5b114317 ListView - handle null collection 2020-07-02 09:34:11 +01:00
Charlie Kindel
4262b295d5 Merge pull request #733 from awaescher/master
Nice!
2020-06-30 07:15:43 -07:00
Andreas Wäscher
64e0c82b4a Add a git-inspired sample text to the Unicode scenario 2020-06-29 20:52:51 +02:00
Charlie Kindel
64597c5397 Merge pull request #727 from BDisp/keys-events
Fixes #726. Keys events not being called.
2020-06-24 14:01:41 -07:00
Charlie Kindel
32095ef0a3 Merge pull request #702 from tig/crlf_label
Massive PR - Refactored text rendering - alignment, word wrap, & hotkeys all now work with Unicode
2020-06-24 12:14:53 -07:00
BDisp
ce4fd99db9 Only call the focused view. 2020-06-24 19:46:35 +01:00
BDisp
736062c208 Fixes #726. Keys events not being called. 2020-06-24 18:54:50 +01:00
Charlie Kindel
f2e30e6bc9 updated rel notes 2020-06-23 07:34:45 -07:00
Charlie Kindel
f41acdf6ba removed View.Clicked 2020-06-23 07:33:12 -07:00
Charlie Kindel
b8d43963cf Merge branch 'master' into crlf_label 2020-06-23 06:57:29 -07:00
Charlie Kindel
bb3530348e Merge pull request #715 from InvictusMB/cpu-load
Fix high CPU load #708
2020-06-23 06:55:57 -07:00
Charlie Kindel
d9856d6291 Merge pull request #720 from tig/progress_scenario_tweak
Tweaked Progress Bar Scenario to be easier to use; changed default tick count to 100ms
2020-06-23 06:55:09 -07:00
InvictusMB
129f6403d8 Fix high CPU load #708 2020-06-23 10:58:10 +02:00
Charlie Kindel
7d00f3eb40 Tweaked Progress Bar Scenario 2020-06-22 10:16:08 -07:00
Charlie Kindel
a14e793a90 Merge branch 'master' into crlf_label 2020-06-22 10:12:36 -07:00
Charlie Kindel
929a7b4835 Merge pull request #719 from BDisp/listview-selected-color-without-focus
Fixes #718 ListView now have a selected color without focus.
2020-06-22 10:09:47 -07:00
BDisp
be25920586 Fixes #718 ListView now have a selected color without focus. 2020-06-22 17:33:53 +01:00
Charlie Kindel
37ef431f14 Merge branch 'master' into crlf_label 2020-06-22 09:03:31 -07:00