oracle 在同一窗口的一个内容画布上堆叠画布
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5239194/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 22:58:39 来源:igfitidea点击:
stacked canvas on one content canvas at the same window
提问by user486848
if i have two content canvases and one stacked canvas at the same window is it possible to display this stacked canvas at only one specific canvas at the same window ??
如果我在同一个窗口有两个内容画布和一个堆叠画布,是否可以在同一窗口的一个特定画布上显示这个堆叠画布?
回答by Jeffrey Kemp
Yes, you can show or hide any canvas programmatically using the SHOW_VIEW
and HIDE_VIEW
procedures.
是的,您可以使用SHOW_VIEW
和HIDE_VIEW
过程以编程方式显示或隐藏任何画布。