Update TODO.md

This commit is contained in:
Zihan Chen
2019-01-29 03:35:43 -08:00
committed by GitHub
parent ad701c4e86
commit da513d8d0d
+3
View File
@@ -7,6 +7,9 @@ https://zhuanlan.zhihu.com/p/39369370
- [x] Fix `<childControl Font-bind="parentControl.Font"/>` script crash.
- [x] High DPI for Direct2D (GDI will blur)
- [ ] 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`
- [ ] Consider drag and drop support, with column drag and drop
- [ ] **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