Hello everybody. Is it possible to overlap picture boxes in a flowlayoutpanel. I am trying to learn visual c#. I want to create a card game for practice with four players but only show the hand of the main player as one might set their cards in hand in real life( each card overlapping the card before it, last card
fully visible). I like how the flowlayoutpanel reduces in size when an item is removed or visibilty is set to false. If this is not workable then how might I program what I aim to achieve? Could I possibly customly build such a control to do so and how so?