Bug #1796
Problem with ArrayCtrl::Column::Ctrls overloads
Status: | Approved | Start date: | 10/06/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
History
#1 Updated by Miroslav Fidler over 7 years ago
This should work without inline:
Event<int, One<Ctrl>&> h = [](int, One<Ctrl>& w) { w.Create<Option>().NoWantFocus().Enable(UserCan().SUPERUSER); };
list.AddColumn(REO, "aaa").Ctrls(h);
#2 Updated by Miroslav Fidler over 7 years ago
- Status changed from New to Approved