khchen / wNim

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

Anyway to edit a label of another column? #112

Open Aetopia opened 1 year ago

Aetopia commented 1 year 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?