From 56c03504445efb67b1f98d388d7eb2c75ef56d5a Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Tue, 29 Jan 2019 03:36:54 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index c6900bea..5cdf137f 100644 --- a/TODO.md +++ b/TODO.md @@ -9,7 +9,9 @@ https://zhuanlan.zhihu.com/p/39369370 - [ ] Cannot change column size during datagrid's bounds changing, which is by designed and this could be solved by calling InvokeInMainThread. But new feature for solving this is under considering - [ ] Considering GuiBindableDataGrid updating columns' sizes according to configuration automatically, and call `GuiControl::InvokeOrDelayIfRendering` (indirectly) inside `DataColumn::NotifyAllColumnsUpdate` when necessary. - [ ] Like a table, a column can use `Absolute`, `Draggable` and `Percentage` to specify a column size. Only when a column is draggable, users can use their mouse to change the size of a column, and then trigger `IColumnItemView::SetColumnSize` +- [ ] **Update Release** - [ ] Consider drag and drop support, with column drag and drop +- [ ] Consider touch support - [ ] **Update Release** - [ ] New default control templates with animation, written in XML generated C++ code. - [ ] A window can be called to update all its controls' and components' template