cancel
Showing results for 
Search instead for 
Did you mean: 

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

kadir ustun1
Senior

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 ?

2 REPLIES 2
Imen.D
ST Employee

Hello @kadir üstün​ ,

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

0690X000006CIyZQAW.jpg

Best Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
kadir ustun1
Senior

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