BDisp
|
996cef2ee4
Added End and Home keys to the ListView.
|
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 年之前 |
Charlie Kindel
|
2e247c78b0
UI catalog (#387)
|
5 年之前 |
BDisp
|
aa73368c85
Added wheeling feature to the ListView.
|
5 年之前 |
BDisp
|
7cf5ba062b
Only invoke SelectionChanged if the selected item is different than the last selected item.
|
5 年之前 |
BDisp
|
d54f620ba6
Added ListViewItemEventArgs, OnSelectedChanged, OnOpenSelectedItem and XML comments.
|
5 年之前 |
BDisp
|
267c2d1090
Added ToList method to the interface IListDataSource to return the source as IList.
|
5 年之前 |
Charlie Kindel
|
5b845307a2
UI catalog (#387)
|
5 年之前 |
Charlie Kindel
|
a5a1ecbd8e
Fixes All Warnings (#450)
|
5 年之前 |
BDisp
|
d772cf4962
What it does is that if it doesn't allow multi-selection and you already have a different item selected, select the new one and deselect the previous one. (#361)
|
5 年之前 |
miguel
|
f8548666ee
Improve the UI of the ListView demo, and the demo; And add a crashing scenario that I will fix
|
5 年之前 |
BDisp
|
49cd29853f
All my pull-request at once (#345)
|
5 年之前 |
BDisp
|
fa808348ee
Allowing list items selection (#302)
|
5 年之前 |
Kasper B. Graversen
|
787d65b161
extract methods on ListView to make it controlable from other controls (#310)
|
5 年之前 |
Timothy
|
a24d29f50a
Moved `ListView.ListWrapper` out of `ListView` migueldeicaza/gui.cs#313` (#315)
|
5 年之前 |
Miguel de Icaza
|
401c872b31
ListView: simple selection implemented
|
6 年之前 |
Cameron MacFarland
|
7f94997803
Made IListDataSource render usable without external fields set (#161)
|
6 年之前 |
miguel
|
b524369e22
cosmetic
|
7 年之前 |
miguel
|
dd9b17c495
[ListView] allow the source to be null, so that it can be easily set later, fixes #111
|
7 年之前 |
Martin Björkström
|
1f74dc5faf
Ensure SelectedChanged is called on mouse click.
|
7 年之前 |
Paul Sanford
|
7254bbe7ce
Set the parent and driver on SetSource
|
7 年之前 |