gpt4 book ai didi

grid - 合并 wx.Grid 中的相邻单元格

转载 作者:行者123 更新时间:2023-12-04 00:46:32 33 4
gpt4 key购买 nike

是否可以合并 wx.grid 中相邻的单元格?我的意思是水平作为一行中的单元格和垂直作为一列中的单元格。

最佳答案

有一种方法可以让文本跨越网格小部件中的多行或多列。 wxPython 演示中有一个名为 GridSimple.py 的示例。请参阅第 64-67 行。他们的内容如下:

self.SetCellValue( 9, 1, "This default cell will overflow into neighboring cells, but not if you turn overflow off.");
self.SetCellSize(11, 1, 3, 3);
self.SetCellAlignment(11, 1, wx.ALIGN_CENTRE, wx.ALIGN_CENTRE);
self.SetCellValue(11, 1, "This cell is set to span 3 rows and 3 columns");

注意:您不需要分号。我不知道他们为什么在示例中。

关于grid - 合并 wx.Grid 中的相邻单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9172307/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com