Just can't stay away
Joined: 2007/2/6 13:57 Last Login
: 11/16 10:39
From Donostia (SPAIN)
Group:
Registered Users
|
@billyfish
About 2) when you say "item" you mean for example double click on a row?
Or how to retrieve column/data clicked? search in listviwer examples: ... /// Get Node Data static void VARARGS68K GetNodeData( uint32 Pos, uint32 Column, ... ) {...}
EDIT: About 1) static const uint32 lv_titletags[] = { /*LISTVIEWERN_ColumnNr, 0, LISTVIEWERN_Title_MinWidth, 100,*/
LISTVIEWERN_ColumnNr, 1, LISTVIEWERN_Title_ShowDragBar, FALSE,
TAG_END };
and add to listviewer object creation: LISTVIEWER_TitleTags, &lv_titletags,
NOTA; all this are on listviewerX.c examples (maybe some aren't yet released or updated).
Edited by jabirulo on 2021/1/30 10:22:27 Edited by jabirulo on 2021/1/30 10:24:34
|