Hello All My problem is that how to make List control column resizable without header. List control is type of Grid. Your suggestions will be very needful for me. Thanks in advance. Regards Anupama
By subclassing the listview and process mouse mssages. wrote in message news:990254a8-d5ec-4f85-9bdc-c2800270e173@w7g2000hsa.googlegroups.com... > Hello All > > My problem is that how to make List control column resizable without > header. > > List control is type of Grid. > > > Your suggestions will be very needful for me. > > > > Thanks in advance. > > > > Regards > > Anupama
Use SetColumnWidth; you do not need a header control to use SetColumnWidth. If SetColumnWidth is not the answer, then you need to be more specific about what you need. wrote in message news:990254a8-d5ec-4f85-9bdc-c2800270e173@w7g2000hsa.googlegroups.com... > Hello All > > My problem is that how to make List control column resizable without > header. > > List control is type of Grid. > > > Your suggestions will be very needful for me. > > > > Thanks in advance. > > > > Regards > > Anupama >