Hello,
We are trying to show a selected rectangle when you click on an item in UltraListView, especially when you click on the image.
We have the UltraListView in Icons view, but are not sure how to show that the item is selected.
We have tried using the ItemSettings.Appearance.BackColor and ItemSettings.Appearance.BackColor2 properties but this does not do what we want.
Is there a way to display a selected rectangle around the item when you click on it?
Hello Grant,
Thank you for contacting Infragistics. You'll be required to remove the default focus rectangle around the text and use a draw filter to place it around the image or both, as seen similarly done in the grid here:https://ko.infragistics.com/help/winforms/wingrid-customizing-the-focus-rectangle-on-an-active-element-using-drawfilter
Let me know if you have any questions.