windows phone 或 windows 开发中的 inflate 模拟是啥?

Posted

技术标签:

【中文标题】windows phone 或 windows 开发中的 inflate 模拟是啥?【英文标题】:what is the inflate analogue in windows phone or Windows development?windows phone 或 windows 开发中的 inflate 模拟是什么? 【发布时间】:2016-04-06 18:01:46 【问题描述】:

android 中,我们使用 UI inflator 来为另一个 UI 中的 UI 组件充气,例如自定义菜单列表。 我已经创建了一些卡片 UI,我想根据一些动作来改变它,比如按钮点击或滑动它在 android 中非常简单。 那么,如何在 windows phone 或 windows 开发中做到这一点。

【问题讨论】:

【参考方案1】:

试试 ViewBox 控件:https://msdn.microsoft.com/en-us/library/system.windows.controls.viewbox(v=vs.110).aspx

或者,您可以通过设置 RenderTransform 属性将转换应用于任何 UI 控件:https://msdn.microsoft.com/en-us/library/system.windows.uielement.rendertransform(v=vs.110).aspx,例如,您可以使用 ScaleTransform

【讨论】:

以上是关于windows phone 或 windows 开发中的 inflate 模拟是啥?的主要内容,如果未能解决你的问题,请参考以下文章

Windows Phone 8.1 / 10应用程序开发

windows phone 或 windows 开发中的 inflate 模拟是啥?

Windows Phone 8.1:设备唯一 ID 的 DeviceExtendedProperties 或 DeviceStatus

按住 windows phone 8 移动文本和图像

占位符文本框 Windows Phone 8

Windows Phone - 将 TextBox 或其他控件绑定到按钮的 CommandParameter