You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple feature request. I am using this FlowLayout to display a screen of quick reference material, but a lot of the text blends together. I'm trying to draw lines to separate them, but herein lies the problem. I don't want any lines on the outer edges, so I need a way to tell if a child object is on the start of a given line, so I know not to draw a separator in front of it.
I don't know if anyone has a clever way of doing this, but it would be nice if there was a method that could tell me a child's horizontal position, somehow.
The text was updated successfully, but these errors were encountered:
I have a simple feature request. I am using this FlowLayout to display a screen of quick reference material, but a lot of the text blends together. I'm trying to draw lines to separate them, but herein lies the problem. I don't want any lines on the outer edges, so I need a way to tell if a child object is on the start of a given line, so I know not to draw a separator in front of it.
I don't know if anyone has a clever way of doing this, but it would be nice if there was a method that could tell me a child's horizontal position, somehow.
The text was updated successfully, but these errors were encountered: