. Net language APP development platform-scycler Learning Log: mobile APP TextTabBar quick implementation method, scyclertexttabbar
Reference page:
Http://www.yuanjiaocheng.net/webapi/create-crud-api-1-put.html
Http://www.yuanjiaocheng.net/webapi/create-crud-api-1-delete.html
Http://www.yuanjiaocheng.net/webapi/Consume-web-api.html
Http://www.yuanjiaocheng.net/webapi/mvc-consume-webapi-get.html
Http://www.yuanjiaocheng.net/webapi/mvc-consume-webapi-post.html
Smobiler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin.
1. Target Style
The following operations are required to achieve the effect:
1. Drag a TextTabBar control from "scycler Components" on the toolbar to the form interface.
2. Modify the attributes of the TextTabBar control.
Set the background color of the control to "White", 1;
B. ForeColor attributes
Set the font color of the control, set this attribute to "95,100,110", indicating the RGB color, 2;
C. Items attributes
Obtain and set the tag bar unit set, open the Set editor, and click "add", respectively fill in Text (menu item Text), Value (internal Value, not displayed on the Interface ), 3. Figure 4;
|
|
|
|
Figure 1 |
Figure 2 |
Figure 3 |
Figure 4 |
D. ItemScroll attributes
Set whether to allow the label bar to scroll, set this attribute to "True", 5;
E. ItemScrollCount attributes
Set the number of units displayed each time when the ItemScroll attribute is "True". Set this attribute to "4", 6;
F. Location Property
Display the control in appropriate positions (0, 16.5), 7;
G. SelectBackColor attribute
Obtain and set the status background color of the cells in the tab bar. The default value is "White" and 8;
|
|
|
|
Figure 5 |
Figure 6 |
Figure 7 |
Figure 8 |
H. SelectForeColor attribute
Obtain and set the foreground color of the label bar unit, and set this attribute to "255, 80, 0", indicating the RGB color, 9;
I. SelectItemIndex attributes
The index is selected by default for obtaining and setting the tag bar. The default value is "0" and "10;
J. Size attribute
Set the width and height of the control to (118, 13) and 11;
|
|
|
Figure 9 |
Figure 10 |
Figure 11 |
3. scycler Form Design Interface display Effect
Ii. Mobile phone effect display