With the Layout class I can get the position of the drop by calling layout.getDropPosition().
Now I’m trying to get the position of a drop for FlowLayout. FlowLayout does not have the getDropPosition() method.
How can I get the position of a drop for FlowLayout?
Now I’m trying to get the position of a drop for FlowLayout. FlowLayout does not have the getDropPosition() method.
How can I get the position of a drop for FlowLayout?
Comment