dumitrudan608
New Member
Hi,
Is there any built in form controll that allows displaying data in a table like structure, but also grouped by a column, with the posibility to expand/collapse?
1. [work] I ask this question mainly in case of Excel VBA, but in this case this needs to be a built in controll as it will be a tool used by allot of poeple and I don't have the resources to install something on everyone's computer.
2. [learning] The same question for Visual Studio VB.net, is there any control that can be used with a User Controll (Windows forms) or side-pane, that allows grouping? I did put together something custom in a dataGridView, by applying a filter on the source DataTable, but it looks unpolished and cluncky as it needs 2 helper columns, and I have not found any elegant way to replicate the expand/collapse and element lines.
Is there any built in form controll that allows displaying data in a table like structure, but also grouped by a column, with the posibility to expand/collapse?
1. [work] I ask this question mainly in case of Excel VBA, but in this case this needs to be a built in controll as it will be a tool used by allot of poeple and I don't have the resources to install something on everyone's computer.
2. [learning] The same question for Visual Studio VB.net, is there any control that can be used with a User Controll (Windows forms) or side-pane, that allows grouping? I did put together something custom in a dataGridView, by applying a filter on the source DataTable, but it looks unpolished and cluncky as it needs 2 helper columns, and I have not found any elegant way to replicate the expand/collapse and element lines.