Hey,
was mache ich falsch
die erste Listview ist Optimal aufgeteilt die Zweite nicht?
$hListView = GUICtrlCreateListView("Quelle|Ziel", 24, 73, 850, 246)
GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 0, 420)
GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 1, 420)
$hListView1 = GUICtrlCreateListView("Quelle|Ziel", 24, 420, 850, 150)
GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 0, 420)
GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 1, 420)
Danke
Subzero