I have user control (100×25) that contain DataGridView (100×700).
Dimension in bracket.
When i drop control on form and set size do 100×25 rest of DataGridView are not displayed.
Is there any chance to force “bring to front on parent”, so all content of user control will be displayed on top?
I have user control (100×25) that contain DataGridView (100×700). Dimension in bracket. When i
Share
No, this is not possible, because the contents of the user control can not overflow the size of the user control. It’s like asking if you can have a textbox be displayed that is bigger than the form it appears on – it makes no sense.