From 1e9a795efa1e2d9a20d93d84da4a75ca1f33c5af Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Tue, 29 Jan 2019 17:36:41 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO.md b/TODO.md index fa56f36a..09724a8f 100644 --- a/TODO.md +++ b/TODO.md @@ -4,9 +4,6 @@ https://zhuanlan.zhihu.com/p/39369370 # GacUI 1.0 -- [x] Fix `` script crash. -- [x] High DPI for Direct2D (GDI will blur) -- [ ] **Update Release** - [ ] 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`