XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

XSharp.VOGUIClasses: specificated ListViewColumns width is not respected when creating the ListView

Open wriedmann opened this issue 2 years ago • 1 comments

The following code

	oDCGrid:AddColumn( ListViewColumn{ 10, HyperLabel{ #PassSys, "System", "" } } )
	oDCGrid:AddColumn( ListViewColumn{ 20, HyperLabel{ #Login, "Login", "" } } )
	oDCGrid:AddColumn( ListViewColumn{ 20, HyperLabel{ #SuppData, "Supp. data", "" } } )
	oDCGrid:AddColumn( ListViewColumn{ 20, HyperLabel{ #Descript, "Description", "" } } )
	oDCGrid:AddColumn( ListViewColumn{ 1, HyperLabel{ #Filler, " ", "" } } )

creates a ListView with all colums very small like in the attached file 01-09-2023_12-18-59

wriedmann avatar Sep 01 '23 10:09 wriedmann

I implemented a temporary workaround. Will need to review this later

RobertvanderHulst avatar Sep 07 '23 14:09 RobertvanderHulst