Hello! I have a HorizontalList with drag & drop enabled, so you can re-arrange stuff in it. For some reason in HorizontalList, the drop indicator line appears on top of an item instead of on the side of the item like in TileList. I was wondering if there's a way to change this.
I was trying to reason why this is happening and my guess is HorizontalList is probably a TileList with direction=vertical and max row set to 1. Thus, it is working as if it is a tall 1-column list and that's why the drop indicator is on top of the item. I appreciate the advice!

