khchen / wNim

Nim's Windows GUI Framework
MIT License
326 stars 17 forks source link

Anyway to edit a label of another column? #112

Open Aetopia opened 2 years ago

Aetopia commented 2 years ago
view.wEvent_ListItemActivated do (event: wEvent):
    view.editLabel(event.getIndex())

This code block allows one to edit any first column label in a ListCtrl but there isn't anyway to edit another column's label?