Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize Smobiler imitating pull hook app to filter pages

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

The main content of this article is "how to achieve Smobiler imitation pull hook app screening page", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "how to achieve Smobiler imitation pull hook app screening page"!

The prototype is as follows:

Https://github.com/comsmobiler/BlogsCode/blob/master/Source/BlogsCode_SmobilerForm/SelectForm/LGSelelctForm1.cs

Create a form

Create a SmobilerForm, set the file name to LGSelectForm1, set the Layout of the form to Relative, then set the Statusbar property of the form, set BarStyle to Dark,BackColor and set to White

Drag two panel into the form

Panel1 is used to place the search box, and panel2 is used to place the tabPageView1, area button, request button, Company button, skills button, sort button, and listView1

The Height of panel1 is set to 45 and the Flex of panel2 is set to 1.

Implement the search box

Set the Size of panel1 to (300)

Drag imageButton1, panel3, button1 into panel1

ImageButton1's ImageDirection is set to Right,ImageType, FontIcon,ResourceID is set to angle-down,Text, and Beijing is set to

Drag fontIcon1,textBox1 into panel3

The ResourceID of fontIcon1 is set to "search"

Text of textBox1 is "product manager"

The BackColor setting for button1 is set to Transparent,BorderRadius to 0j. Text is set to cancel

Place filter button

The BackColor setting of tabPageView1 is set to White,PageIndicator, Title,Titles is set to "related positions" and "related companies", and the BackColor property in TitleStyle is set to White,ForeColor, DimGray,SelectedForeColor and Black.

Direction for dragging panel3,panel3 into tabPageControl1 is set to Row,Layout and set to Relative

Drag imageButton2,imageButton3,imageButton4,imageButton5,imageButton6,listView1 into panel3

ImageButton2's Flex is set to 1, Right,ImageType is set to Right,ImageType, FontIcon,ResourceID is set to caret-down,Text, and Zone is set.

ImageButton3's Flex is set to 1, Right,ImageType is set to Right,ImageType, FontIcon,ResourceID is set to caret-down,Text, and caret-down,Text is set to "required"

ImageButton4's Flex is set to 1, Right,ImageType is set to Right,ImageType, FontIcon,ResourceID is set to caret-up,Text, and "Company" is set.

ImageButton5's Flex is set to 1, Right,ImageType is set to Right,ImageType, FontIcon,ResourceID is set to caret-down,Text, and skills are set.

ImageButton6's Flex setting is set to 1, Right,ImageType is set to Right,ImageType, FontIcon,ResourceID is set to caret-down,Text, and sorting is set to.

The Flex of listView1 is set to 1, the templateControlName is ListLayout.

Create SmobilerUserControl

Create a SmobilerUserControl with the file name set to LGSelectLayout, and set the Layout of LGSelectLayout to Relactive,BackColor and White

Panel1 is used to implement the search box, which is the same as above. TabPageView1, mainpanel, panel5 and panel6 are placed in panel3.

The BackColor setting of tabPageView1 is set to White,PageIndicator, Title,Titles is set to "related positions" and "related companies", and the BackColor property in TitleStyle is set to White,ForeColor, DimGray,SelectedForeColor and Green.

Panel4 is used to place filter buttons: area button, request button, Company button, skills button, sort button, to achieve the same as above

Layout settings for mianpanel Relative,Flex settings 1

Drag label1,checkBox1,label2 into panel5

Text for label1 is set to "other", TintColor for checkBox1 is set to Text for Gray,label2, and Text is set to "block delivered companies"

The Layout setting of panel6 is set to Relactive,Direction, set to Row,BackColor, set to White,Height, set to 40, and padding is set to (8, 8, 8, and 8)

Put button2 and button3 in panel6

Button2's BackColor is set to White,ForeColor, Black,Text is set to "reset"

BackColor for button3 is set to Green,ForeColor, White,Text is set to OK.

Realize the effect

At this point, I believe you have a deeper understanding of "how to achieve Smobiler imitation pull hook app screening page". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report