Skip to main content
kadir ustun1
Associate III
November 2, 2018
Question

How can I delete or hide bitmap item on IconWiev widget ?

  • November 2, 2018
  • 2 replies
  • 578 views

Hello everyone, I try to use IconWiev widget in STemWin on STM32F429. I want to remove or hide a bitmap item. How can I do ?

This topic has been closed for replies.

2 replies

ST Technical Moderator
November 2, 2018

Hello @kadir üstün​ ,

You can use ICONVIEW_DeleteItem() which allow deletes an existing item of the ICONVIEW widget.

0690X000006CIyZQAW.jpg

Best Regards,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
kadir ustun1
Associate III
November 2, 2018

Thank you for answered, I tried this function but it did not anything.