I have an application that uses Windows.Forms.Panel to display a list of pictures. When the height of the panel exceeds 32767 pixels the rest of the content is
Windows.Forms.Panel
Why don't you add a scrollbar to your panel
just set AutoScrollbar = true
and just set the RightToLeft property to true.