How does one prevent the user from re-sizing the rows in a datagrid? I have made the columns by the following:
.Columns(0).Allowsizing = False
I have search this forum and looked at the help files and tried many things but the user can still change the size of the rows. Other than disabling the datagrid, which would not allow them to scroll through it, what else can be done?
Thanks
.Columns(0).Allowsizing = False
I have search this forum and looked at the help files and tried many things but the user can still change the size of the rows. Other than disabling the datagrid, which would not allow them to scroll through it, what else can be done?
Thanks