Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello, you can use LISTVIEW_SetOwnerDraw (LISTVIEW_Handle hObj, WIDGET_DRAW_ITEM_FUNC * pfDrawItem) for example : LISTVIEW_Handle _hListView; _hListView = LISTVIEW_CreateUser(LCD_UPPER_LISTVIEW_X_POSITION , LCD_UPPER_LISTVIEW_Y_POSITION , LCD_LOWER_LISTVIEW_X_POSITION , LCD_LOWER_LISTVIEW_Y_POSITION , hWin, WM_CF_SHOW , 0, GUI_ID_LISTVIEW0, sizeof(int)); LISTVIEW_SetOwnerDraw(_hListView, &my_OwnerDrawListview); forum.segger.com/index.php/Att…496693134a5616a91ab82d836