277 views
in GUI Development by

I am looking to put borders around each item in the second row like there is in the first row. The second row is an endless horizontal list containing 26 items. Is there a way to do this? Thanks.

 

 

1 Answer

0 votes
by

Hi,

you can add a Border view to the item component for this purpose. If you want the border to be shown for the selected item only, implement in the item component the UpdateViewState() method. The method is called automatically when the state of the view changes. Within the method you can evaluate the actual state of the item (selected or not selected). Accordingly show/hide the border view by modifying its property Visible. More details about UpdateViewState() is found in Managing component state.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...