我创建了一个面板,在这个面板中我创建了一个图片框。这没有默认图像。在功能之后我加载图像并将其放入此图片框。面板的图像更大,我想滚动图像,但图像只在第一个区域绘制,如果我滚动图像不绘制完成。我怎么能解决这个问题?
Image TreeImg = new Bitmap(imgPath);
maletreePictureBox.Width = TreeImg.Width;
maletreePictureBox.Height = TreeImg.Height;
maletreePictureBox.Image = TreeImg;
actionPanel.AutoScrollMinSize = new Size(TreeImg.Width, driverTreeImg.Height);
这是结果
答案 0 :(得分:0)
将db.persona.aggregate(
[
{
"$match": {
$or: [
{"id": {"$gte": 1}},
{"id": {"$lte": 20000}}
]
}
},
{$skip: 5},
{$limit: 10}
],
{'cursor': {'batchSize': 0}}
)
的{{1}}属性设置为.Dock
。
您的maletreePictureBox
Fill
属性似乎不正确(AutoScrollMinSize
而不是Height
)