在Canvas中使用负坐标的方式是什么?
我尝试创建一个行用途:
<div id="wrapper">
<table>
<tr>
<td>data 01</td>
<td>data 02</td>
</tr>
</table>
</div>
<input type="button" id="button" value="Click" />
<div id="destination">
I want and expect this line of text to be replaced with the table content above after you click on the button
</div>
但这不起作用
有什么方法可以在Python中使用Canvas创建具有负坐标的线吗?
谢谢!
答案 0 :(得分:0)
尝试使用完整的窗口滚动选项:)
cv.configure(scrollregion = cv.bbox("ALL"))