Hi Group!
I'm curious to know, is it is possible to build a custom control in Visual Basic?
Specifically, I want to build a control that would be similar that would be similar to a ListView (in the Detail "view"). However the difference would be in how it actually displays. Whereas the ListView displays selected data in horizontal manner one line at a time, I would like to display the data over 3 lines with the fields in varible widths.
I've created a 'Panel' in the past with multiple TextBoxes to make up my "ListView". However I wasn't happy the way in behaved and found it difficult to select (click) the panel to edit the fields. The true ListView works much better. However I want to rearrange it architecture to have it display differently.
Can this be done? If it can be, could you direct me where I might look to find how this is done?
Thanks again! You guys have been a great help in the past. Thanks for all you do.
Don