Commit Graph

1438 Commits

Author SHA1 Message Date
Ross Ferguson
3800a233b3 ComboBox. Fix #742 2020-07-06 13:05:19 +01:00
Ross Ferguson
d464525d61 ComboBox. Wire-up Home/End keys down to listview 2020-07-06 05:06:49 +01:00
BDisp
e0c6067b39 Fixing the Removed test. 2020-07-06 00:45:56 +01:00
BDisp
e8972f43ad Changed to removed because it is safer to perform actions after deletion. 2020-07-06 00:38:07 +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
Ross Ferguson
b9c8758d2d ComboBox. Adhere to ListView interface, added:-
SelectedItem (read only) from @BDisp
OpenSelectedItem
2020-07-05 01:50:59 +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
Ross Ferguson
670595d488 ComboBox. Use Clear() instead of Redraw() 2020-07-04 03:24:57 +01:00
Ross Ferguson
852400957e Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes2 2020-07-04 01:28:30 +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
Ross Ferguson
c71fad0050 Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes2 2020-07-03 05:44:18 +01:00
Ross Ferguson
de5a30bb90 ComboBox hand pick @BDisp changes:-
Test dir more robust "\Windows"
Use ListViewItemEventArgs
2020-07-03 05:22:00 +01: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
bb30b5d54e Merge branch 'master' into idisposable 2020-07-02 08:20:14 -07:00
Charlie Kindel
9606dad68c merge 2020-07-02 08:12:47 -07: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
Ross Ferguson
f722f96688 ComboBox. Allow user to set ColorScheme 2020-07-02 07:59:31 +01:00
Ross Ferguson
b99dbfee8b ComboBox wire source directly to ListView 2020-07-01 09:03:31 +01:00
BDisp
cffdba52c9 Added and Removing tests. 2020-07-01 00:31:32 +01:00
Ross Ferguson
e0d50af4e5 Accomodate changes for PR #724 2020-06-30 20:41:15 +01:00
Ross Ferguson
aaddcae74a pull #724 2020-06-30 20:39:03 +01:00
BDisp
cba29d6585 Change from Adding to Added. 2020-06-30 17:56:24 +01:00
Ross Ferguson
e67ed2c95c Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes2 2020-06-30 17:51:15 +01:00
Ross Ferguson
4790a52639 ComboBox. Use SuperView to determine if control has been added to a container view 2020-06-30 17:49:41 +01:00
BDisp
3eeb1d8b52 The current view is called once instead of being called for each SubView added. 2020-06-30 17:46:34 +01:00
BDisp
0d9b1d96ea Made changes as suggested. 2020-06-30 17:46:33 +01:00
BDisp
fa96f467cc Removing unnecessary base call. 2020-06-30 17:46:33 +01:00