Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
User interface wxpython网格标头跨多列_User Interface_Datagrid_Wxpython - Fatal编程技术网

User interface wxpython网格标头跨多列

User interface wxpython网格标头跨多列,user-interface,datagrid,wxpython,User Interface,Datagrid,Wxpython,我正在使用wxpython进行GUI开发。如何将顶部收割台跨距设置在其下方。 例如: 据我所知,网格控件不支持这一点。不过,您可能可以使用wxpython2.9+中的XLSGrid控件。它完全由所有者绘制,因此应该更加灵活:

我正在使用wxpython进行GUI开发。如何将顶部收割台跨距设置在其下方。 例如:


据我所知,网格控件不支持这一点。不过,您可能可以使用wxpython2.9+中的XLSGrid控件。它完全由所有者绘制,因此应该更加灵活: