XSharpPublic
XSharpPublic copied to clipboard
XSharp.VOGUIClasses: specificated ListViewColumns width is not respected when creating the ListView
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
I implemented a temporary workaround. Will need to review this later