Page 1 of 1

How to remove Header for ListIconGadget?

Posted: Mon Nov 13, 2017 7:58 am
by SamsonA
Please, tell how to remove Header for ListIconGadget?

Pure Basic:
lst =ListIconGadget(#PB_Any, 0, 0, 200, 200, "", 0, #PB_ListIcon_GridLines|#LVS_NOCOLUMNHEADER)

Spider Basic:
lst =ListIconGadget(#PB_Any, 0, 0, 200, 200, "", 0, #PB_ListIcon_GridLines)
! $(v_lst.div).remove(?????)


Thank.

Re: How to remove Header for ListIconGadget?

Posted: Mon Nov 13, 2017 10:13 am
by SamsonA
SamsonA wrote:Please, tell how to remove Header for ListIconGadget?

Pure Basic:
lst =ListIconGadget(#PB_Any, 0, 0, 200, 200, "", 0, #PB_ListIcon_GridLines|#LVS_NOCOLUMNHEADER)

Spider Basic:
lst =ListIconGadget(#PB_Any, 0, 0, 200, 200, "", 0, #PB_ListIcon_GridLines)
! $(v_lst.div).remove(?????)


Thank.

! $(".dgrid-header.dgrid-header-row.ui-widget-header").remove();