Hello Everyone,
I’m trying to create a hover effect within a column of a WebListBox. My goal is to design a sort of “button” in the last column of the WebListBox.
The idea is that users can view their expenses in the WebListBox, and in the last row, there will be a column containing text like “New.” When users hover over this text, it becomes bold, emphasizing that it is clickable and allows them to add new items.
This “New” row would have no borders and the same background color as the WebListBox, giving the appearance that the “New” text is simply a label positioned below the last row. I think this can be achieved using the WebStyleRenderer.
This was very easy to achieve with Web 1. I’ll post an image to show how it looked in Web 1.