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.
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 - Archive
Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!
Your resources:
The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.
For dedicated assistance, explore our Embedded Wizard Product Support.
You can still browse the valuable discussions from our community history here.
Embedded Wizard Website | Privacy Policy | Imprint