This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
Hello.
I put a flex container in the segment.
I set the Clip Bounds off and put a shadow.
I checked the operation with iOS.
When you select a row in a segment, the shadow portion is displayed.
How can I keep the state as it is, even if I select it?
If your skin has a shadow enabled then the record should display the shadow effect. If your segment rowSkin doesn't have the shadow effect and on rowFocusSkin you have shadow effect then, once you select a record get the selectedRowIndex and change the skin of the selected record using setDataAt() method.
As per the first attached screenshot, you have used the shadow effect in the skin, you have set the Dist X/Y and Blur values. Can you please make it 0 and check the behavior. Still if you are observing the shadow effect then make the Row-Focus Enable false(unchecked).