winforms - Completely resize DataGridView in VB.NET -
i having issues resizing datagridview in vb.net application. datagridview not bound data source, data entered manually.
it docked in tablelayoutpanel, set fill
, , expect automatically resize fit assigned cell, seems have minimum size, @ can not shrink further. problem because tablet pc deploying has smaller resolution, windows must scale properly. tablelayoutpanels keeping in correct position, crucial grids scale end user can see bottom scroll bar , records in table.
this problem pretty same 1 mentioned here.
if go alternatingrowsdefaultcellstyle in properties window of datagridviewer there padding feature defaults 0,0,0,0 represents each direction. perhaps if reduce padding autosize instead of being limited on upper end moving down.
Comments
Post a Comment