/////////////////////////////
// // // ////// ///// //
// 1 2 3
// // // ////// ///// //
/////////////////////////////
Which is one item of a Listbox, I want to place some child windows
on top of this item, but I look into ListboxItem class, it's not derived from Window, yeah,
it has a member that named d_owner, I tried to use it(d_owner->addChildWindow) to add
child windows, but it is wrong, the vs compiler didn't successfully complied it.
Can u follow me?
![Sad :(](./images/smilies/icon_sad.gif)
If Listbox can't do me this favour, what shall I do next?I also have thought of ImageButton,
but when I have clicked one ImageButton, it comes back to "Normal" state again, I wanna it be in
Pushed(or selected)