| | |
| | | /// <summary> |
| | | /// 做成一个点击能够显示选中状态背景色的RowLayout(拥有桌布) |
| | | /// </summary> |
| | | public class RowLayoutControl : RowLayout |
| | | public class RowLayoutControl : RowLayoutBase |
| | | {
|
| | | #region ■ 变量声明___________________________ |
| | | |
| | |
| | | /// <summary> |
| | | /// 做成一个点击能够显示选中状态背景色的RowLayout(拥有桌布) |
| | | /// </summary> |
| | | /// <param name="ChidrenYaxis">子控件Y轴偏移量(真实值,有些界面需要这种特殊操作)</param> |
| | | /// <param name="ChidrenYaxis">子控件Y轴偏移量(【列表控件的rowSpace/2】即可,不懂默认为0即可)</param> |
| | | public RowLayoutControl(int i_ChidrenYaxis = 0) |
| | | { |
| | | this.LineColor = UserCenterColor.Current.Transparent;
|
| | |
| | | }
|
| | |
|
| | | return btnEditor;
|
| | | } |
| | | |
| | | #endregion |
| | | }
|
| | |
|
| | | #endregion
|
| | | } |
| | | } |