Search found 20 matches

by MDinice
Wed May 02, 2018 7:56 pm
Forum: PowerShell GUIs
Topic: ListView subitems not showing in Tile view
Replies: 12
Views: 4667

Re: ListView subitems not showing in Tile view

This does work. I did further research and found a Microsoft article https://docs.microsoft.com/en-us/dotnet/framework/winforms/controls/how-to-enable-tile-view-in-a-windows-forms-listview-control The key is this line in the example: // Add column headers so the subitems will appear. myListView.Colu...
by MDinice
Tue Apr 17, 2018 7:46 pm
Forum: PowerShell GUIs
Topic: ListView subitems not showing in Tile view
Replies: 12
Views: 4667

Re: ListView subitems not showing in Tile view

Unfortunately i'm not looking to use detail view. i'm trying to make grouped buttons for a lack of a better description. and this right out of Sapiens spotlight on the list view Capture2.PNG It also states later on that if more then one sub-item exists only the first in the collection will display t...
by MDinice
Tue Apr 17, 2018 6:32 pm
Forum: PowerShell GUIs
Topic: ListView subitems not showing in Tile view
Replies: 12
Views: 4667

Re: ListView subitems not showing in Tile view

Are the items showing in the listview when you run the form? the items were built with the groups and items collection in the right panel in design mode. so there is no extra code and their shouldn't have to be. each item in the items collection has a single sub item that should be but is not showin...
by MDinice
Tue Apr 17, 2018 6:12 pm
Forum: PowerShell GUIs
Topic: ListView subitems not showing in Tile view
Replies: 12
Views: 4667

Re: ListView subitems not showing in Tile view

sorry about that this should have items and sub-items
by MDinice
Sun Apr 15, 2018 10:06 am
Forum: PowerShell GUIs
Topic: ListView subitems not showing in Tile view
Replies: 12
Views: 4667

ListView subitems not showing in Tile view

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: PowerShell Studio ...
by MDinice
Fri Mar 23, 2018 1:47 pm
Forum: PowerShell Studio
Topic: Display PowerShell Remote Session Connection progress in a startup splash form
Replies: 1
Views: 2482

Display PowerShell Remote Session Connection progress in a startup splash form

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: PowerShell Studio ...
by MDinice
Thu Feb 15, 2018 12:32 pm
Forum: PowerShell Studio
Topic: Treeview control reverts all icons from imglist back to default 0 index icon
Replies: 16
Views: 7817

Re: Treeview control reverts all icons from imglist back to default 0 index icon

We are investigating this issue and will post as soon as we have any updates. One other thing I just noticed with the Treeview. I removed the splitter panels for now and am using a Treeview and 2 Panel controls to give it the 3 panel splitter look. In designview the Treeview border style looks Fixe...
by MDinice
Wed Feb 14, 2018 5:31 am
Forum: PowerShell Studio
Topic: Treeview control reverts all icons from imglist back to default 0 index icon
Replies: 16
Views: 7817

Re: Treeview control reverts all icons from imglist back to default 0 index icon

It seems the .NET serializer for the TreeNodes does not save the ImageIndex. We are looking at finding an alternative solution. The ImageList issue also has do with the .NET serialization process. Any updates on the following project saving, closing, and reopening issues: ImageList / Treeview icons...
by MDinice
Wed Feb 07, 2018 9:40 am
Forum: PowerShell Studio
Topic: Treeview control reverts all icons from imglist back to default 0 index icon
Replies: 16
Views: 7817

Re: Treeview control reverts all icons from imglist back to default 0 index icon

done, and answered your question in the upload comments. thanks for all your help with this
by MDinice
Wed Feb 07, 2018 8:51 am
Forum: PowerShell Studio
Topic: Treeview control reverts all icons from imglist back to default 0 index icon
Replies: 16
Views: 7817

Re: Treeview control reverts all icons from imglist back to default 0 index icon

it wouldn't let me add this to the other post
datagridview.PNG
datagridview.PNG (70.86 KiB) Viewed 4482 times