Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xwt.WPF/Xwt.WPFBackend/ListViewBackend.cs')
-rw-r--r--Xwt.WPF/Xwt.WPFBackend/ListViewBackend.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Xwt.WPF/Xwt.WPFBackend/ListViewBackend.cs b/Xwt.WPF/Xwt.WPFBackend/ListViewBackend.cs
index 5ef427a2..e86e8e93 100644
--- a/Xwt.WPF/Xwt.WPFBackend/ListViewBackend.cs
+++ b/Xwt.WPF/Xwt.WPFBackend/ListViewBackend.cs
@@ -241,6 +241,11 @@ namespace Xwt.WPFBackend
ListView.ScrollIntoView (ListView.Items [row]);
}
+ public void StartEditingCell (int row, CellView cell)
+ {
+ // TODO
+ }
+
public void SetSource (IListDataSource source, IBackend sourceBackend)
{
var dataSource = sourceBackend as ListDataSource;