To add extra columns in the details view, implement the function GetColumnTitle. Return a non-empty string for every existing column.
Next you will have to implement your item's GetItemDetail function. Return a non-empty string if the detail can be showed for this column.
|
|