Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vczh committed Aug 4, 2020
1 parent 9e440cd commit 02086f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Expand Up @@ -5,6 +5,7 @@ https://zhuanlan.zhihu.com/p/39369370
## GacUI 1.0

- [ ] Remove global variable facility from Vlpp, move dependended plugin from GacUI to Vlpp (optional)
- [ ] `var my = new IMy^{};` throws for `interface IMy{}`
- [ ] 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`
Expand Down

0 comments on commit 02086f8

Please sign in to comment.