Click here to Skip to main content
15,916,188 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how can i add groups to sharing folder using vb.Net Pin
The Man from U.N.C.L.E.31-Jul-07 8:23
The Man from U.N.C.L.E.31-Jul-07 8:23 
GeneralRe: how can i add groups to sharing folder using vb.Net Pin
koolprasad20031-Aug-07 3:06
professionalkoolprasad20031-Aug-07 3:06 
QuestionVoice Recognition Pin
Ashraf zia30-Jul-07 20:00
Ashraf zia30-Jul-07 20:00 
AnswerRe: Voice Recognition Pin
Christian Graus30-Jul-07 20:21
protectorChristian Graus30-Jul-07 20:21 
Questionwindow application deployment problem Pin
Sonia Gupta30-Jul-07 19:37
Sonia Gupta30-Jul-07 19:37 
AnswerRe: window application deployment problem Pin
Christian Graus30-Jul-07 20:22
protectorChristian Graus30-Jul-07 20:22 
QuestionControl to display a merge cell Pin
Mekong River30-Jul-07 16:06
Mekong River30-Jul-07 16:06 
AnswerRe: Control to display a merge cell Pin
Dave Kreskowiak31-Jul-07 2:45
mveDave Kreskowiak31-Jul-07 2:45 
Roath Kanel wrote:
Currently I design in a list view but I feel that list view could not allow me to do a merge cell.


No, it doesn't.

There is currently no standard control in the toolbox that will let you do this with minial effeort. You'd have to find a third party Grid or DataGrid control that supports this (I don't know of any) if you want it to just be "drop in and play".

THe only other option you have to to take an existing control and add this support to, say, the DataGridView control, and supply your own custom rendering code to draw the cells merged together. You would also have to add properties to a Cell class, or whatever class your parent control uses, to support telling your rendering code who to draw the cells.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Control to display a merge cell Pin
Mekong River31-Jul-07 14:53
Mekong River31-Jul-07 14:53 
QuestionTable Question Pin
nlindley730-Jul-07 8:25
nlindley730-Jul-07 8:25 
AnswerRe: Table Question Pin
Dave Kreskowiak30-Jul-07 8:45
mveDave Kreskowiak30-Jul-07 8:45 
GeneralRe: Table Question Pin
leckey30-Jul-07 9:26
leckey30-Jul-07 9:26 
GeneralRe: Table Question Pin
Dave Kreskowiak30-Jul-07 9:44
mveDave Kreskowiak30-Jul-07 9:44 
JokeRe: Table Question Pin
Paul Conrad30-Jul-07 11:11
professionalPaul Conrad30-Jul-07 11:11 
QuestionSelect from a DataTable in VB.NET Pin
MohammadAmiry30-Jul-07 8:06
MohammadAmiry30-Jul-07 8:06 
AnswerRe: Select from a DataTable in VB.NET Pin
nlindley730-Jul-07 8:31
nlindley730-Jul-07 8:31 
GeneralRe: Select from a DataTable in VB.NET Pin
MohammadAmiry30-Jul-07 9:08
MohammadAmiry30-Jul-07 9:08 
GeneralRe: Select from a DataTable in VB.NET Pin
nlindley730-Jul-07 9:25
nlindley730-Jul-07 9:25 
GeneralRe: Select from a DataTable in VB.NET Pin
txmrm30-Jul-07 9:58
txmrm30-Jul-07 9:58 
GeneralRe: Select from a DataTable in VB.NET Pin
MohammadAmiry30-Jul-07 10:21
MohammadAmiry30-Jul-07 10:21 
GeneralRe: Select from a DataTable in VB.NET Pin
MohammadAmiry31-Jul-07 2:48
MohammadAmiry31-Jul-07 2:48 
QuestionCancel mouse wheel scrolling in a combobox VB.NET Pin
Marcus J. Smith30-Jul-07 7:38
professionalMarcus J. Smith30-Jul-07 7:38 
AnswerRe: Cancel mouse wheel scrolling in a combobox VB.NET Pin
Dave Kreskowiak30-Jul-07 8:42
mveDave Kreskowiak30-Jul-07 8:42 
GeneralRe: Cancel mouse wheel scrolling in a combobox VB.NET Pin
Marcus J. Smith31-Jul-07 2:59
professionalMarcus J. Smith31-Jul-07 2:59 
GeneralRe: Cancel mouse wheel scrolling in a combobox VB.NET Pin
Dave Kreskowiak31-Jul-07 4:16
mveDave Kreskowiak31-Jul-07 4:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.