vote up 0 vote down star

I want to implement a visual indicator (a +-sign) to expand data in Listview (In MFC). This Listview is part of treevew control

like there is + sign befor Test, a Array type data, when i will click on + sign it should expand.

Before

+Test

After

-

|Test[1]

|Test[2]

|Test[3]

|Test[4]

|Test[5]

|Test[6]

|Test[7]

flag
A TreeView control would be best suited for you, if you don't need any ListView-specific features. – djeidot Nov 3 at 11:28
actually this ListView is part of tree view control.... – Pankaj kumar Nov 3 at 13:40
Well, for the TreeView you'd only need to add the TVS_HASBUTTONS and TVS_HASLINES styles. – djeidot Nov 3 at 16:52

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.