告诉我如何根据内容使两列气球的高度自动?
气球通过remoteObjectManager显示在集群中,我设置了以下选项来调整大小:
options.clusterBalloonLeftColumnWidth = 200;
options.clusterBalloonContentLayoutWidth = 650;
options.clusterBalloonContentLayoutHeight = 450;
但这些都是固定值,我需要由内容的高度自动确定高度。
告诉我如何根据内容使两列气球的高度自动?
气球通过remoteObjectManager显示在集群中,我设置了以下选项来调整大小:
options.clusterBalloonLeftColumnWidth = 200;
options.clusterBalloonContentLayoutWidth = 650;
options.clusterBalloonContentLayoutHeight = 450;
但这些都是固定值,我需要由内容的高度自动确定高度。
今天(最新版本 2.1.68)没有这种可能性。