U++ framework
Do not panic. Ask here before giving up.

Home » Community » Newbie corner » Insert Button into GridCtrl Cell (Can you insert buttons (or any widgets) into gridCtrl?)
Re: Insert Button into GridCtrl Cell [message #59701 is a reply to message #59699] Thu, 09 March 2023 21:18 Go to previous messageGo to previous message
cgokdemir is currently offline  cgokdemir
Messages: 12
Registered: February 2023
Location: TURKEY
Promising Member
Hi,

It's in the GridCtrlTest example, maybe you'd like to examine it.

void MakeEdit(One<Ctrl>& ctrl)
{
ctrl.Create<EditInt>();
ctrl->WantFocus();
}

//
grid.GetColumn(3).Ctrls(MakeEdit);

Kind regards


Windows 10 Home 64bit
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Choose valid characters for EditString/EditField
Next Topic: Website build
Goto Forum:
  


Current Time: Sun Apr 26 08:00:23 GMT+2 2026

Total time taken to generate the page: 0.00613 seconds