From 02086f85af57fce46fc6cea4916ed233263bd84a Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Tue, 4 Aug 2020 08:22:22 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 881c2c29..bec8b614 100644 --- a/TODO.md +++ b/TODO.md @@ -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`