EXAMPLE

static const char *KeyList[] =
{
   "Cursor Up",
   "Cursor Down",
   "Cursor Left",
   "Cursor Right",
   NULL;
};

LV_Keys = ListviewObject,
   MUIA_Listview_List, ListObject,
      InputListFrame,
      MUIA_List_AdjustWidth, TRUE,
      MUIA_List_SourceArray, KeyList,
      End,
   End;