Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » Insert Ctrl editors in a single row of ArrayCtrl
Insert Ctrl editors in a single row of ArrayCtrl [message #56300] |
Thu, 18 February 2021 16:52  |
mubeta
Messages: 77 Registered: October 2006
|
Member |
|
|
Hi all,
any way for integrate in a single cell of ArrayCtrl an existing Ctrl object? For example an already defined EditString or DropDate?
With ArrayCtrl there are a lot of examples and references, but most of them oriented to assign an editor for a defined column. There are even some examples for assing an editor to a single cell, but I don't found a way to assign to a single cell an object with it's own name.
Example
dpDate DropDate;
acRows ArrayCtrl;
...
ac.Add(...);
ac.Add(..., dpDate);
Thanks
|
|
|
Goto Forum:
Current Time: Sat May 10 21:52:50 CEST 2025
Total time taken to generate the page: 0.03597 seconds
|