. Net language APP development platform-Smobiler Learning Log: How to quickly achieve the effect of express information flow, appsmobiler
At the beginning, scycler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin in style-1 and target style.
The following operations are required to achieve the effect:
1. Drag a NodeView control from "scycler Components" on the toolbar to the form interface.
2. Modify the attributes of the NodeView control a. ItemBackColor.
Set the background color of NodeViewItem to "White", 1;
B. ItemBackColorAlpha attribute
Set the transparency of the NodeViewItem background color to "0", that is, the background is completely transparent, 2;
C. ItemDefaultIcon attributes
Set the default icon of NodeViewItem to "icon1", 3;
|
|
|
Figure 1 |
Figure 2 |
Figure 3 |
D. Items attributes
Open the Set editor, and click "add", Date attribute (NodeViewItem time), DateColor attribute (time color), Icon attribute (NodeViewItem Icon image resource ), image attributes (Image resources in NodeViewItem), SubText attributes (detailed description Text of NodeViewItem), SubTextColor attributes (Text color of SubText), Text attributes (Title Text of NodeViewItem ), textColor attributes (Text color of Text) and Value attributes (internal values, not displayed on the Interface), 4. Figure 5;
E. Location attribute
Display the control in the appropriate positions (0, 45), 6;
F. Size attribute
Set the width and height of the control to (119,155) and 7;
|
|
|
|
Figure 4 |
Figure 5 |
Figure 6 |
Figure 7 |
Ii. Mobile phone effect display