BDisp
|
a100be3c46
Fixed source null check.
|
5 年之前 |
BDisp
|
e8e32c4d73
Invoke SelectedItemChanged even source is empty on enter.
|
5 年之前 |
BDisp
|
d33aceba8a
Ensures that first MoveDown is triggered.
|
5 年之前 |
BDisp
|
c73ca62582
Fixes #840. Learned that we shouldn't mixing mouse flags with other properties.
|
5 年之前 |
BDisp
|
48d3034bbf
Fixes #831. Ensures ListView's SelectedItemChanged event always been invoked on enter.
|
5 年之前 |
BDisp
|
fda4e21341
Making SetFocus (View) private.
|
5 年之前 |
BDisp
|
4716a879a3
Fixes #226. Added a Initialize method to constructors.
|
5 年之前 |
BDisp
|
1bf3a5ffa9
Removed unnecessary flag.
|
5 年之前 |
BDisp
|
e3f02a9d79
ListView support both LayoutStyle to calculate th height.
|
5 年之前 |
BDisp
|
d07b3fc3ec
Fixing an inutile exception.
|
5 年之前 |
BDisp
|
f4cae986f3
Gets the height based on the LayoutStyle.
|
5 年之前 |
BDisp
|
8cbaed1a37
Preventing SelectedChanged event being fired using a mouse if it isn't needed.
|
5 年之前 |
BDisp
|
06b4459c54
Forgot to check if the source.Count > 0.
|
5 年之前 |
BDisp
|
8582017b13
Ensures the event SelectedChanged gets fired if the lastSelectedItem == -1.
|
5 年之前 |
BDisp
|
82f95504ce
Reset the ListView when the source is defined.
|
5 年之前 |
Charlie Kindel
|
b13de5435b
Merge pull request #735 from daltskin/master
|
5 年之前 |
Jamie D
|
4caa852db2
be more concise
|
5 年之前 |
Jamie D
|
e5647b9299
keep to int
|
5 年之前 |
BDisp
|
996cef2ee4
Added End and Home keys to the ListView.
|
5 年之前 |
Jamie D
|
ef5b114317
ListView - handle null collection
|
5 年之前 |
BDisp
|
be25920586
Fixes #718 ListView now have a selected color without focus.
|
5 年之前 |
BDisp
|
4f3fd52cc7
Fixes #714 Allowing ListView writing in the last col.
|
5 年之前 |
BDisp
|
6eeb3149b9
Change some Action and Class names.
|
5 年之前 |
BDisp
|
d788761710
Removed the unnecessary event flag too.
|
5 年之前 |
BDisp
|
89a4bdeb03
Changed from Terminal.Gui all EventHandler to Action.
|
5 年之前 |
Charlie Kindel
|
e87b56cd77
updated api docs; implemented inheritdoc; may break deploy
|
5 年之前 |
Charlie Kindel
|
d035fb1116
fixed clipping once and for all
|
5 年之前 |
Fabian R
|
f2e5b08a88
+ Added IsCurrentTop read-only property to Gui.Toplevel class to allow a more convenient checking if a view's instance is currently on top (active and displayed).
|
5 年之前 |
Charlie Kindel
|
585f249b1c
Updated and fixed XML documentation
|
5 年之前 |
BDisp
|
61e393d4af
Added ListViewItemEventArgs, OnSelectedChanged, OnOpenSelectedItem and XML comments.
|
5 年之前 |