Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
定制面单中至少有一处使用<TextBlock Text="{Binding ...}"></TextBlock>, 如果所有的文体绑定都使用的是<Run Text="{Binding ...}"></Run>会导入绑定没有渲染。 可能原因是因为Run不是UIElement,所以没有触发渲染动作。
尚无回复