LISTBOX - How can I do not draw the outline box (in black) in LISTBOX

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

    • LISTBOX - How can I do not draw the outline box (in black) in LISTBOX

      Hello,
      I would like to know how can I remove the outline box (in black color) of a listbox as in the attached image.


      Regards,

      Ashley
    • Hi Ashley,

      you can do that by removing the widget's effect. By default it has the 'normal' effect.

      C Source Code

      1. WIDGET_SetEffect(hList, &WIDGET_Effect_None);

      Best regards,

      Florian
      Please read the forum rules before posting.

      Keep in mind, this is *not* a support forum.
      Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
      Should you be entitled to support you can contact us via our support system: segger.com/ticket/

      Or you can contact us via e-mail.