Govardhan
30 days agoReel Rookie
RowList translates and scales down in size when losing focus.
I have extended a custom component(let's call it list) with RowList and am using multiple instances of it within a LayoutGroup, and each list contains a single row of the same size.
Now, I am handling the focus changes manually by listening to the key events and changing the focus from one list to another with the respective key press.
The lists are being moved to the right, like 20 pixels, and scaled down to a noticeable amount in size. And this only occurs with the lists, which are currently not in focus. When a list gets focused, it is moved to its original position, with its original size. And I want to prevent this.
Any assistance would be appreciated. Thanks in advance.